We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a6c85a + 3df766f commit e0d1c0bCopy full SHA for e0d1c0b
1 file changed
src/model/api/model-api.ts
@@ -25,7 +25,7 @@ export class ModelAPI {
25
const provider = createOpenAICompatible({
26
name: model || info.model || '',
27
apiKey: info.apiKey,
28
- baseURL: 'http://127.0.0.1:8080', // info.baseUrl,
+ baseURL: info.baseUrl || '',
29
headers: info.headers,
30
});
31
0 commit comments