basic code to get list of models and abstract requests more

This commit is contained in:
Santiago Lema 2025-05-07 20:13:12 -03:00
parent 708eb51755
commit dfb077be70
4 changed files with 115 additions and 23 deletions

View file

@ -135,7 +135,10 @@ void MainWindow::checkValidKey() {
return;
}
else
{
_infoView->SetText("API Key loaded.");
_conversation->loadModels();
}
}