We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0238304 commit 8e93e6aCopy full SHA for 8e93e6a
web/src/config/providerConfig.js
@@ -37,7 +37,7 @@ export const configTypeMap = {
37
],
38
zhipu: [
39
{ name: 'apiKey', label: 'API Secret', required: true, span: 8 },
40
- { name: 'apiUrl', label: 'API URL', required: true, span: 12, suffix: '/chat/completions', defaultUrl:"https://open.bigmodel.cn/api/paas/v4" }
+ { name: 'apiUrl', label: 'API URL', required: true, span: 12, suffix: '/chat/completions', defaultUrl:"https://open.bigmodel.cn/api/paas" }
41
42
aliyun: [
43
0 commit comments