forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #3214 from Ensteinjun/main
This commit is contained in:
commit
78d68a9949
@ -18,7 +18,7 @@ export async function requestOpenai(req: NextRequest) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
let baseUrl =
|
let baseUrl =
|
||||||
serverConfig.azureUrl ?? serverConfig.baseUrl ?? OPENAI_BASE_URL;
|
serverConfig.azureUrl || serverConfig.baseUrl || OPENAI_BASE_URL;
|
||||||
|
|
||||||
if (!baseUrl.startsWith("http")) {
|
if (!baseUrl.startsWith("http")) {
|
||||||
baseUrl = `https://${baseUrl}`;
|
baseUrl = `https://${baseUrl}`;
|
||||||
|
Loading…
Reference in New Issue
Block a user