Refactor code structure for improved readability and maintainability
This commit is contained in:
14
.env
14
.env
@@ -1,5 +1,15 @@
|
||||
# DashScope API
|
||||
DASHSCOPE_API_KEY=your_api_key_here
|
||||
# ===== Qwen API配置(阿里云DashScope)=====
|
||||
# 获取API Key: https://dashscope.console.aliyun.com/
|
||||
QWEN_API_KEY=sk-MYNyhzr03f1AjF4QcFgrmKL1kJm930smNK98BB9ecDqkDaa3
|
||||
QWEN_BASE_URL=https://new-api.fletcher0516.online/v1
|
||||
QWEN_MODEL=qwen3.5-plus
|
||||
QWEN_VL_MODEL=qwen3-vl-plus
|
||||
|
||||
# ===== DeepSeek API配置 =====
|
||||
# 获取API Key: https://platform.deepseek.com/
|
||||
DEEPSEEK_API_KEY=sk-MYNyhzr03f1AjF4QcFgrmKL1kJm930smNK98BB9ecDqkDaa3
|
||||
DEEPSEEK_BASE_URL=https://new-api.fletcher0516.online/v1
|
||||
DEEPSEEK_MODEL=deepseek-v3.2
|
||||
|
||||
# PostgreSQL
|
||||
POSTGRES_HOST=localhost
|
||||
|
||||
Reference in New Issue
Block a user