diff --git a/config.json b/config.json new file mode 100644 index 0000000..4ea8ca1 --- /dev/null +++ b/config.json @@ -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 + } + } +} \ No newline at end of file