为什么设置默认google,zhipu未生效 #6925
Replies: 1 comment
-
这么配置应该生效的吧? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
export const DEFAULT_LLM_CONFIG = genUserLLMConfig({
openai: {
enabled: true,
},
google: {
enabled: true,
},
zhipu: {
enabled: true,
},
});
Beta Was this translation helpful? Give feedback.
All reactions