mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 21:43:45 +08:00
Update openai.ts
This commit is contained in:
@@ -92,7 +92,8 @@ export class ChatGPTApi implements LLMApi {
|
||||
"incomplete azure config, please check it in your settings page",
|
||||
);
|
||||
}
|
||||
baseUrl = isAzure ? accessStore.azureUrl : accessStore.openaiUrl;
|
||||
baseUrl = accessStore.azureUrl;
|
||||
// baseUrl = isAzure ? accessStore.azureUrl : accessStore.openaiUrl;
|
||||
|
||||
if (baseUrl.length === 0) {
|
||||
const isApp = !!getClientConfig()?.isApp;
|
||||
|
||||
Reference in New Issue
Block a user