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 28e7f23 commit 82591b3Copy full SHA for 82591b3
src/providers/openai/api.ts
@@ -1,7 +1,7 @@
1
import { ProviderAPIConfig } from '../types';
2
3
const OpenAIAPIConfig: ProviderAPIConfig = {
4
- getBaseURL: ({ providerOptions }) => {
+ getBaseURL: () => {
5
return 'https://api.openai.com/v1';
6
},
7
headers: ({ providerOptions, fn }) => {
0 commit comments