上传文件至 /
This commit is contained in:
20
config.json
Normal file
20
config.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"environment_variables": {
|
||||||
|
"DEEPSEEK_API_KEY": "sk-cf8096fe3d1b42f59cb142853c2cfe2c",
|
||||||
|
"TAVILY_API_KEY": "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"
|
||||||
|
},
|
||||||
|
"config_dict": {
|
||||||
|
"configurable": {
|
||||||
|
"number_of_queries": 4,
|
||||||
|
"planner_provider": "deepseek",
|
||||||
|
"planner_model": "deepseek-chat",
|
||||||
|
"writer_provider": "deepseek",
|
||||||
|
"writer_model": "deepseek-chat",
|
||||||
|
"search_api": "tavily",
|
||||||
|
"search_api_config": {
|
||||||
|
"api_key": "${TAVILY_API_KEY}"
|
||||||
|
},
|
||||||
|
"max_tokens": 4096
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user