解决润色被截断的问题

This commit is contained in:
2026-01-13 09:43:07 +00:00
parent f588d1e46d
commit 1de554d846
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ AI_API_KEY=your_api_key_here
# AI_API_BASE=https://your-custom-endpoint.com/v1 # 可选自定义API端点
# AI_CUSTOM_PROVIDER=openai # 可选自定义端点的API格式
AI_TEMPERATURE=0.7
AI_MAX_TOKENS=500
AI_MAX_TOKENS=2000
# 兼容旧配置
OPENAI_API_KEY=your_openai_api_key_here