mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 21:56:38 +08:00
Update openai.ts
This commit is contained in:
parent
bfb21256a5
commit
3848d8bd3b
@ -102,7 +102,7 @@ export class ChatGPTApi implements LLMApi {
|
||||
baseUrl = accessStore.azureUrl;
|
||||
} else {
|
||||
const apiPath = ApiPath.Azure;
|
||||
baseUrl = apiPath;
|
||||
baseUrl = accessStore.azureUrl;
|
||||
// const apiPath = isAzure ? ApiPath.Azure : ApiPath.OpenAI;
|
||||
// baseUrl = isApp ? OPENAI_BASE_URL : apiPath;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user