typo: dify配置

This commit is contained in:
Junyan Qin
2024-12-14 18:35:39 +08:00
parent 840f638472
commit 2b79185f6a
2 changed files with 3 additions and 3 deletions

View File

@@ -17,10 +17,10 @@ class DifyServiceAPICfgMigration(migration.Migration):
"base-url": "https://api.dify.ai/v1",
"app-type": "chat",
"chat": {
"api-key": "sk-1234567890"
"api-key": "app-1234567890"
},
"workflow": {
"api-key": "sk-1234567890",
"api-key": "app-1234567890",
"output-key": "summary"
}
}

View File

@@ -60,7 +60,7 @@
"runner": "local-agent",
"dify-service-api": {
"base-url": "https://api.dify.ai/v1",
"app-type": "workflow",
"app-type": "chat",
"chat": {
"api-key": "app-1234567890"
},