Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-05-18 11:41:20 +08:00
parent d39de39f96
commit 3f154a3077
43 changed files with 5046 additions and 113 deletions

14
.env
View File

@@ -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