Skip to content

Commit 8e93e6a

Browse files
committed
fix:修复智普url错误问题
1 parent 0238304 commit 8e93e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/config/providerConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const configTypeMap = {
3737
],
3838
zhipu: [
3939
{ 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" }
40+
{ name: 'apiUrl', label: 'API URL', required: true, span: 12, suffix: '/chat/completions', defaultUrl:"https://open.bigmodel.cn/api/paas" }
4141
],
4242
aliyun: [
4343
{ name: 'apiKey', label: 'API Secret', required: true, span: 8 },

0 commit comments

Comments
 (0)