1
This commit is contained in:
18
backend/llm_config.json
Normal file
18
backend/llm_config.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user