求教为什么更改默认ChatHeader中的AI Provider没生效呢? #6955
Unanswered
Stay1calm
asked this question in
Development Question | 开发问题
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
软件版本
1.67.2
问题描述
目前我想要修改默认模型,可以在ChatHeader模型切换的时候直接展示出来,目前我修改了如下的配置但是发现只展示了openai其余都没有生效,请问一下还需要修改别的配置吗???
export const DEFAULT_LLM_CONFIG = genUserLLMConfig({
anthropic: {
enabled: true,
},
deepseek: {
enabled: true,
},
google: {
enabled: true,
},
moonshot: {
enabled: true,
},
openai: {
enabled: true,
},
});
Beta Was this translation helpful? Give feedback.
All reactions