mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 21:17:24 +08:00
try getAccessToken in app, fixbug to fetch in none stream mode
This commit is contained in:
@@ -124,7 +124,7 @@ export const Baidu = {
|
||||
if (modelName === "ernie-3.5-8k") {
|
||||
endpoint = "completions";
|
||||
}
|
||||
return `/rpc/2.0/ai_custom/v1/wenxinworkshop/chat/${endpoint}`;
|
||||
return `rpc/2.0/ai_custom/v1/wenxinworkshop/chat/${endpoint}`;
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user