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.
1 parent 20ba104 commit fc6e9c6Copy full SHA for fc6e9c6
src/api/providers/openai-native.ts
@@ -59,7 +59,6 @@ export class OpenAiNativeHandler extends BaseProvider implements SingleCompletio
59
this.options.enableGpt5ReasoningSummary = true
60
}
61
const apiKey = this.options.openAiNativeApiKey ?? "not-provided"
62
-
63
this.client = new OpenAI({ baseURL: this.options.openAiNativeBaseUrl, apiKey })
64
65
0 commit comments