mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-23 04:46:07 +00:00
feat: 添加对 chat 和 workflow 的支持
This commit is contained in:
+12
-1
@@ -57,5 +57,16 @@
|
||||
"prompt": {
|
||||
"default": ""
|
||||
},
|
||||
"runner": "local-agent"
|
||||
"runner": "local-agent",
|
||||
"dify-service-api": {
|
||||
"base-url": "https://api.dify.ai/v1",
|
||||
"app-type": "workflow",
|
||||
"chat": {
|
||||
"api-key": "app-1234567890"
|
||||
},
|
||||
"workflow": {
|
||||
"api-key": "app-1234567890",
|
||||
"output-key": "summary"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user