feature: 改为使用qwen35-35b

This commit is contained in:
贺海国
2026-04-14 11:58:26 +08:00
parent 75d5cfbc62
commit 9b537ea0dc
5 changed files with 659 additions and 2 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
# OpenAI 兼容 API 配置
OPENAI_API_KEY='your-api-key-here'
OPENAI_BASE_URL='https://api.openai.com/v1'
OPENAI_MODEL='gpt-4o'