S1-DeepResearch-32B / inference /utils /config /config.example.json
ScienceOne-AI's picture
Upload 61 files
816198f verified
raw
history blame contribute delete
602 Bytes
{
"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"
]
}