Skip to content

Commit fc6e9c6

Browse files
committed
fix: remove formatting change from openai-native.ts to match main
1 parent 20ba104 commit fc6e9c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/providers/openai-native.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export class OpenAiNativeHandler extends BaseProvider implements SingleCompletio
5959
this.options.enableGpt5ReasoningSummary = true
6060
}
6161
const apiKey = this.options.openAiNativeApiKey ?? "not-provided"
62-
6362
this.client = new OpenAI({ baseURL: this.options.openAiNativeBaseUrl, apiKey })
6463
}
6564

0 commit comments

Comments
 (0)