15 lines
334 B
Bash
15 lines
334 B
Bash
# 硅基流动API配置
|
||
SILICONFLOW_API_KEY=sk-xnhmtotmlpjomrejbwdbczbpbyvanpxndvbxltodjwzbpmni
|
||
SILICONFLOW_MODEL=deepseek-ai/DeepSeek-V3.2-Exp
|
||
|
||
# 华为大模型API配置(预留)
|
||
HUAWEI_API_ENDPOINT=
|
||
HUAWEI_API_KEY=
|
||
|
||
# 数据库配置
|
||
DB_HOST=152.136.177.240
|
||
DB_PORT=5012
|
||
DB_USER=finyx
|
||
DB_PASSWORD=6QsGK6MpePZDE57Z
|
||
DB_NAME=finyx
|