Update operation guide in UI and config file.
This commit is contained in:
+13
-25
@@ -21,55 +21,43 @@ DB_CHARSET=utf8mb4
|
||||
DB_DIALECT=postgresql
|
||||
|
||||
# ======================= LLM 相关 =======================
|
||||
# 您可以更改每个部分LLM使用的API,🚩只要兼容OpenAI请求格式都可以,定义好KEY、BASE_URL与MODEL_NAME即可正常使用。
|
||||
# 重要提醒:我们强烈推荐您先使用推荐的配置申请API,先跑通再进行您的更改!
|
||||
# 我们的LLM模型API赞助商有:https://share.302.ai/P66Qe3、https://aihubmix.com/?aff=8Ds9,提供了非常全面的模型api
|
||||
|
||||
# Insight Agent(推荐Kimi,https://platform.moonshot.cn/)API密钥,用于主LLM
|
||||
# Insight Agent(推荐kimi-k2,官方申请地址:https://platform.moonshot.cn/)
|
||||
INSIGHT_ENGINE_API_KEY=
|
||||
# Insight Agent LLM接口BaseUrl,可自定义厂商API
|
||||
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 Agent(推荐Gemini-2.5-pro,中转厂商申请地址:https://aihubmix.com/?aff=8Ds9)
|
||||
MEDIA_ENGINE_API_KEY=
|
||||
# Media Agent LLM接口BaseUrl
|
||||
MEDIA_ENGINE_BASE_URL=
|
||||
# Media Agent LLM模型名称,如gemini-2.5-pro
|
||||
MEDIA_ENGINE_MODEL_NAME=
|
||||
|
||||
# MindSpider Agent API密钥(推荐Deepseek)
|
||||
MINDSPIDER_API_KEY=
|
||||
# MindSpider LLM接口BaseUrl
|
||||
MINDSPIDER_BASE_URL=
|
||||
# MindSpider LLM模型名称,如deepseek-chat
|
||||
MINDSPIDER_MODEL_NAME=
|
||||
|
||||
# Query Agent(推荐DeepSeek,https://www.deepseek.com/)API密钥
|
||||
# Query Agent(推荐deepseek-chat,官方申请地址:https://platform.deepseek.com/)
|
||||
QUERY_ENGINE_API_KEY=
|
||||
# Query Agent LLM接口BaseUrl
|
||||
QUERY_ENGINE_BASE_URL=
|
||||
# Query Agent LLM模型,如deepseek-reasoner
|
||||
QUERY_ENGINE_MODEL_NAME=
|
||||
|
||||
# Report Agent(推荐Gemini,推荐中转厂商 https://aihubmix.com/?aff=8Ds9)API密钥
|
||||
# Report Agent(推荐Gemini-2.5-pro,中转厂商申请地址:https://aihubmix.com/?aff=8Ds9)
|
||||
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/
|
||||
# MindSpider Agent(推荐deepseek-chat,官方申请地址:https://platform.deepseek.com/)
|
||||
MINDSPIDER_API_KEY=
|
||||
MINDSPIDER_BASE_URL=
|
||||
MINDSPIDER_MODEL_NAME=
|
||||
|
||||
# 论坛主持人(推荐qwen-plus,官方申请地址:https://www.aliyun.com/product/bailian)
|
||||
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/
|
||||
# SQL Keyword Optimizer(推荐qwen-plus,官方申请地址:https://www.aliyun.com/product/bailian)
|
||||
KEYWORD_OPTIMIZER_API_KEY=
|
||||
# Keyword Optimizer BaseUrl
|
||||
KEYWORD_OPTIMIZER_BASE_URL=
|
||||
# Keyword Optimizer LLM模型名称,如deepseek-chat
|
||||
KEYWORD_OPTIMIZER_MODEL_NAME=
|
||||
|
||||
# ================== 网络工具配置 ====================
|
||||
|
||||
Reference in New Issue
Block a user