From 1ac2b8629d37d027d20eef625378076fffd39da7 Mon Sep 17 00:00:00 2001 From: Element <2401926342@qq.com> Date: Wed, 20 Aug 2025 20:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.json 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