mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-09-29 00:26:22 -04:00
Fix authorization to the API.
This commit is contained in:
@ -39,12 +39,7 @@ QString OpenAICompatProvider::name() const
|
||||
|
||||
QString OpenAICompatProvider::url() const
|
||||
{
|
||||
return "http://localhost";
|
||||
}
|
||||
|
||||
int OpenAICompatProvider::defaultPort() const
|
||||
{
|
||||
return 1234;
|
||||
return "http://localhost:1234";
|
||||
}
|
||||
|
||||
QString OpenAICompatProvider::completionEndpoint() const
|
||||
|
Reference in New Issue
Block a user