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
666ghj
2025-12-18 12:09:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
46aa56bda088e31513d37b98363370e7af377587
46aa56bd
1 parent
adbffc19
Update LLM API links in .env.example and config.py.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.env.example
config.py
.env.example
View file @
46aa56b
...
...
@@ -23,7 +23,7 @@ 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
# 我们的LLM模型API赞助商有:https://aihubmix.com/?aff=8Ds9,提供了非常全面的模型api
# Insight Agent(推荐kimi-k2,官方申请地址:https://platform.moonshot.cn/)
INSIGHT_ENGINE_API_KEY=
...
...
config.py
View file @
46aa56b
...
...
@@ -39,7 +39,7 @@ class Settings(BaseSettings):
DB_CHARSET
:
str
=
Field
(
"utf8mb4"
,
description
=
"数据库字符集,推荐utf8mb4,兼容emoji"
)
# ======================= LLM 相关 =======================
# 我们的LLM模型API赞助商有:https://
share.302.ai/P66Qe3、https://
aihubmix.com/?aff=8Ds9,提供了非常全面的模型api
# 我们的LLM模型API赞助商有:https://aihubmix.com/?aff=8Ds9,提供了非常全面的模型api
# Insight Agent(推荐Kimi,申请地址:https://platform.moonshot.cn/)
INSIGHT_ENGINE_API_KEY
:
Optional
[
str
]
=
Field
(
None
,
description
=
"Insight Agent(推荐 kimi-k2,官方申请地址:https://platform.moonshot.cn/)API 密钥,用于主 LLM。🚩请先按推荐配置申请并跑通,再根据需要调整 KEY、BASE_URL 与 MODEL_NAME。"
)
...
...
Please
register
or
login
to post a comment