-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
81 lines (60 loc) · 2.35 KB
/
.env.example
File metadata and controls
81 lines (60 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Data files path
DATA_DIR = './data'
# API Key Configuration# Mineru API base URL
MINERU_API_BASE =
DEEPSEEK_API_KEY =
# LLAMA_INDEX's LLM configuration
LLAMA_INDEX_LLM_MODEL_API_KEY =
LLAMA_INDEX_LLM_MODEL_BASE_UR L=
LLAMA_INDEX_LLM_MODEL_NAME =
# get from https://bailian.console.aliyun.com/
LLAMA_INDEX_EMBEDDING_API_KEY =
# using larger embeding batch size will lead to api error
LLAMA_INDEX_EMBEDDING_BATCH_SIZE=5
# Mineru API key for parse PDFs
MINERU_API_KEY =
# Database
DB_HOST =
DB_PORT =
DB_NAME =
DB_USER =
DB_PASSWORD =
DB_CHARSET =
# ======================= LLM 相关 =======================
# 您可以更改每个部分LLM使用的API,只要兼容OpenAI请求格式都可以,定义好KEY、BASE_URL与MODEL_NAME即可正常使用。
# 重要提醒:我们强烈推荐您先使用推荐的配置申请API,先跑通再进行您的更改!
# LLM模型集成平台:https://aihubmix.com/?aff=8Ds9
AIHUBMIX_API_KEY =
AIHUBMIX_BASE_URL =
# Insight Agent(推荐kimi-k2,官方申请地址:https://platform.moonshot.cn/)
INSIGHT_ENGINE_API_KEY =
INSIGHT_ENGINE_BASE_URL =
INSIGHT_ENGINE_MODEL_NAME =
# Media Agent(推荐gemini-2.5-pro,中转厂商申请地址:https://aihubmix.com/?aff=8Ds9)
MEDIA_ENGINE_API_KEY =
MEDIA_ENGINE_BASE_URL =
MEDIA_ENGINE_MODEL_NAME =
# Query Agent(推荐deepseek-chat,官方申请地址:https://platform.deepseek.com/)
QUERY_ENGINE_API_KEY =
QUERY_ENGINE_BASE_URL =
QUERY_ENGINE_MODEL_NAME =
# Report Agent(推荐gemini-2.5-pro,中转厂商申请地址:https://aihubmix.com/?aff=8Ds9)
REPORT_ENGINE_API_KEY =
REPORT_ENGINE_BASE_URL =
REPORT_ENGINE_MODEL_NAME =
# 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_BASE_URL =
FORUM_HOST_MODEL_NAME =
# SQL Keyword Optimizer(推荐qwen-plus,官方申请地址:https://www.aliyun.com/product/bailian)
KEYWORD_OPTIMIZER_API_KEY =
KEYWORD_OPTIMIZER_BASE_URL =
KEYWORD_OPTIMIZER_MODEL_NAME =
# Bocha Service. Document:https://bocha-ai.feishu.cn/wiki/HmtOw1z6vik14Fkdu5uc9VaInBb
BOCHA_API_KEY =
# Baidu Search API Key. Document:https://cloud.baidu.com/doc/AppBuilder/s/pmaxd1hvy
BAIDUSEARCH_API_KEY =