27 lines
818 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MinIO配置
MINIO_ENDPOINT=10.100.31.21:9000
MINIO_ACCESS_KEY=minio_PC8dcY
MINIO_SECRET_KEY=minio_7k7RNJ
MINIO_BUCKET=finyx
MINIO_SECURE=false # 重要新服务器使用HTTP必须是false
# 其他配置
AI_PROVIDER=siliconflow
DB_HOST=152.136.177.240
DB_NAME=finyx
DB_PASSWORD=6QsGK6MpePZDE57Z
DB_PORT=5012
DB_USER=finyx
DEBUG=False
HUAWEI_API_ENDPOINT=http://10.100.31.26:3001/v1/chat/completions
HUAWEI_API_KEY=sk-PoeiV3qwyTIRqcVc84E8E24cD2904872859a87922e0d9186
HUAWEI_API_MAX_TOKENS=12000
HUAWEI_API_TIMEOUT=180
HUAWEI_MODEL=DeepSeek-R1-Distill-Llama-70B
PORT=7500
SILICONFLOW_API_KEY=sk-pgujibohpenkomkwlufexmqzyckglgogdiubfplgqxkfqgfu
SILICONFLOW_API_MAX_TOKENS=2000
SILICONFLOW_API_TIMEOUT=120
SILICONFLOW_MODEL=Qwen/Qwen2.5-72B-Instruct
SILICONFLOW_URL=https://api.siliconflow.cn/v1/chat/completions