mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-13 22:20:58 +00:00
typo: dify配置
This commit is contained in:
@@ -17,10 +17,10 @@ class DifyServiceAPICfgMigration(migration.Migration):
|
|||||||
"base-url": "https://api.dify.ai/v1",
|
"base-url": "https://api.dify.ai/v1",
|
||||||
"app-type": "chat",
|
"app-type": "chat",
|
||||||
"chat": {
|
"chat": {
|
||||||
"api-key": "sk-1234567890"
|
"api-key": "app-1234567890"
|
||||||
},
|
},
|
||||||
"workflow": {
|
"workflow": {
|
||||||
"api-key": "sk-1234567890",
|
"api-key": "app-1234567890",
|
||||||
"output-key": "summary"
|
"output-key": "summary"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
"runner": "local-agent",
|
"runner": "local-agent",
|
||||||
"dify-service-api": {
|
"dify-service-api": {
|
||||||
"base-url": "https://api.dify.ai/v1",
|
"base-url": "https://api.dify.ai/v1",
|
||||||
"app-type": "workflow",
|
"app-type": "chat",
|
||||||
"chat": {
|
"chat": {
|
||||||
"api-key": "app-1234567890"
|
"api-key": "app-1234567890"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user