Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Xuhang944
2025-11-06 15:51:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
99fdcfa41ace4f62464a1499cc3941b3c5baba8c
99fdcfa4
1 parent
39b8c835
修正.env.example文件中的注释,增加换行隔开各个agent配置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
.env.example
.env.example
View file @
99fdcfa
...
...
@@ -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=
# M
edia
Agent API密钥(推荐Deepseek)
# M
indSpider
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
...
...
Please
register
or
login
to post a comment