File size: 602 Bytes
816198f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"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"
]
}
|