添加工作流和文本生成模式

This commit is contained in:
Xvsenfeng
2025-03-18 15:58:31 +08:00
parent 8a066163fe
commit e58da80f8e
2 changed files with 51 additions and 14 deletions
+4
View File
@@ -186,6 +186,10 @@ LLM:
# 如果使用DifyLLM,配置文件里prompt(提示词)是无效的,需要在dify控制台设置提示词
base_url: https://api.dify.cn/v1
api_key: 你的DifyLLM web key
# 使用的对话模式 可以选择工作流 workflows/run 对话模式 chat-messages 文本生成 completion-messages
# 使用workflows进行返回的时候输入参数为 query 返回参数的名字要设置为 answer
# 文本生成的默认输入参数也是query
mode: workflows/run
GeminiLLM:
type: gemini
# 谷歌Gemini API,需要先在Google Cloud控制台创建API密钥并获取api_key