修正.env.example文件中的注释,增加换行隔开各个agent配置
This commit is contained in:
+5
-1
@@ -21,6 +21,7 @@ INSIGHT_ENGINE_API_KEY=
|
||||
INSIGHT_ENGINE_BASE_URL=
|
||||
# Insight Agent LLM模型名称,如kimi-k2-0711-preview
|
||||
INSIGHT_ENGINE_MODEL_NAME=
|
||||
|
||||
# Media Agent(推荐Gemini,推荐中转厂商 https://aihubmix.com/?aff=8Ds9)API密钥
|
||||
MEDIA_ENGINE_API_KEY=
|
||||
# Media Agent LLM接口BaseUrl
|
||||
@@ -28,7 +29,7 @@ MEDIA_ENGINE_BASE_URL=
|
||||
# Media Agent LLM模型名称,如gemini-2.5-pro
|
||||
MEDIA_ENGINE_MODEL_NAME=
|
||||
|
||||
# Media Agent API密钥(推荐Deepseek)
|
||||
# MindSpider Agent API密钥(推荐Deepseek)
|
||||
MINDSPIDER_API_KEY=
|
||||
# MindSpider LLM接口BaseUrl
|
||||
MINDSPIDER_BASE_URL=
|
||||
@@ -41,18 +42,21 @@ QUERY_ENGINE_API_KEY=
|
||||
QUERY_ENGINE_BASE_URL=
|
||||
# Query Agent LLM模型,如deepseek-reasoner
|
||||
QUERY_ENGINE_MODEL_NAME=
|
||||
|
||||
# Report Agent(推荐Gemini,推荐中转厂商 https://aihubmix.com/?aff=8Ds9)API密钥
|
||||
REPORT_ENGINE_API_KEY=
|
||||
# Report Agent LLM接口BaseUrl
|
||||
REPORT_ENGINE_BASE_URL=
|
||||
# Report Agent LLM模型,如gemini-2.5-pro
|
||||
REPORT_ENGINE_MODEL_NAME=
|
||||
|
||||
# Forum Host LLM API密钥,Qwen3最新模型,推荐 https://cloud.siliconflow.cn/
|
||||
FORUM_HOST_API_KEY=
|
||||
# Forum Host LLM BaseUrl
|
||||
FORUM_HOST_BASE_URL=
|
||||
# Forum Host LLM模型名,如Qwen/Qwen3-235B-A22B-Instruct-2507
|
||||
FORUM_HOST_MODEL_NAME=
|
||||
|
||||
# SQL Keyword Optimizer LLM密钥,小参数Qwen3模型 https://cloud.siliconflow.cn/
|
||||
KEYWORD_OPTIMIZER_API_KEY=
|
||||
# Keyword Optimizer BaseUrl
|
||||
|
||||
Reference in New Issue
Block a user