This commit is contained in:
刘正航
2026-04-21 22:45:19 +08:00
commit b5237f9038
159 changed files with 7769 additions and 0 deletions

18
backend/llm_config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"active_provider": "fastgpt",
"fastgpt": {
"base_url": "https://cloud.fastgpt.io/api",
"api_key": "fastgpt-tdn84kTbv0hdIuEdHpVsQcoJuTR9doopjc9c5DRxsUjmfJ9B9Sn3gw1ywEoE",
"chat_id": "111",
"custom_uid": "",
"model": "",
"system_prompt": "你是一位专业营养师,请结合用户饮食状态给出可执行建议。"
},
"dify": {
"base_url": "http://localhost:5001",
"api_key": "app-your-dify-api-key"
},
"request": {
"timeout_seconds": 45
}
}