| { |
| "LITERATURE_SEED_DATA_DIR": "/app/logs", |
| "TOOLS_SERVER_BASE_ENDPOINT_URL": [ |
| "http://url:port" |
| ], |
| "LLM_SERVER_BASE_ENDPOINT_URL": [ |
| "http://url/v1/chat/completions" |
| ], |
| "LLM_SERVER_MODEL_NAME": [ |
| "demo_model" |
| ], |
| "WEB_BASED_TOOLS_USE_CACHE": true, |
| "USE_NLP_FORMAT_RETURN": true, |
| "CLIENT_TIMEOUT": 1800, |
| "AIHUBMIX_KEY": "<your_api_key>", |
| "AZURE_KEY": "<your_api_key>", |
| "VOLCANO_KEY": "<your_api_key>", |
| "ALIYUN_KEY": "<your_api_key>", |
| "ONLINE_PLATFORM": [ |
| "aihubmix", |
| "aihubmix_claude", |
| "aihubmix_glm", |
| "azure", |
| "volcano", |
| "aliyun" |
| ] |
| } |
|
|