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

Method getInstalledModels

providers/LMStudioProvider.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46QFuture<QList<QString>> LMStudioProvider::getInstalledModels(const QString &url)
47{
48 m_client->setUrl(ensureOpenAIV1Base(url));
49 m_client->setApiKey(apiKey());
50 return m_client->listModels();
51}
52
53PluginLLMCore::ProviderID LMStudioProvider::providerID() const
54{

Callers

nothing calls this directly

Calls 3

ensureOpenAIV1BaseFunction · 0.85
setUrlMethod · 0.80
setApiKeyMethod · 0.80

Tested by

no test coverage detected