feat: 大量优化和bug修复

This commit is contained in:
2026-05-23 22:23:29 +08:00
parent 92b063c4c4
commit fc71e924e7
39 changed files with 1381 additions and 302 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ OPENAI_API_KEY=your-api-key-here
```env
OPENAI_API_BASE=https://api.openai.com/v1
OPENAI_MODEL=gpt-3.5-turbo
OPENAI_MODEL=gpt-5.2
MAX_TOKENS=500
TEMPERATURE=0.7
```