mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 09:41:31 +10:00
fixes #2161, remove v1 validation requirement for openai api url
This commit is contained in:
@ -14,8 +14,8 @@ export const openai = () => {
|
||||
|
||||
if (baseURL) {
|
||||
return new OpenAI({
|
||||
baseURL,
|
||||
apiKey,
|
||||
baseURL,
|
||||
dangerouslyAllowBrowser: true,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user