mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 10:59:30 -04:00
feat: LM Studio response API and Ollama OpenAI API
This commit is contained in:
@@ -27,7 +27,7 @@ OpenAIProvider::OpenAIProvider(QObject *parent)
|
||||
|
||||
QString OpenAIProvider::name() const
|
||||
{
|
||||
return "OpenAI";
|
||||
return "OpenAI (Chat Completions)";
|
||||
}
|
||||
|
||||
QString OpenAIProvider::apiKey() const
|
||||
|
||||
Reference in New Issue
Block a user