| 122 | } |
| 123 | |
| 124 | QFuture<QList<QString>> GoogleAIProvider::getInstalledModels(const QString &baseUrl) |
| 125 | { |
| 126 | m_client->setUrl(baseUrl); |
| 127 | m_client->setApiKey(apiKey()); |
| 128 | return m_client->listModels(); |
| 129 | } |
| 130 | |
| 131 | PluginLLMCore::ProviderID GoogleAIProvider::providerID() const |
| 132 | { |