fix(llm): zhipu provider default models is wrong
This commit is contained in:
parent
b3a023e4ac
commit
067819652b
@ -54,7 +54,7 @@ const initialState: LlmState = {
|
|||||||
name: 'ZhiPu',
|
name: 'ZhiPu',
|
||||||
apiKey: '',
|
apiKey: '',
|
||||||
apiHost: 'https://open.bigmodel.cn/api/paas/v4/',
|
apiHost: 'https://open.bigmodel.cn/api/paas/v4/',
|
||||||
models: SYSTEM_MODELS.groq.filter((m) => m.defaultEnabled),
|
models: SYSTEM_MODELS.zhipu.filter((m) => m.defaultEnabled),
|
||||||
isSystem: true,
|
isSystem: true,
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user