MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / getInstalledModels

Method getInstalledModels

providers/GoogleAIProvider.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124QFuture<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
131PluginLLMCore::ProviderID GoogleAIProvider::providerID() const
132{

Callers

nothing calls this directly

Calls 2

setUrlMethod · 0.80
setApiKeyMethod · 0.80

Tested by

no test coverage detected