feat: 优化自动生成配置文件内容

This commit is contained in:
foxhui
2025-11-28 21:10:12 +08:00
Unverified
parent 3a08ccadf4
commit 0f42f509f6
+1 -1
View File
@@ -17,7 +17,7 @@ logLevel: info
server:
# 服务器模式: openai (标准兼容) | queue (流式队列)
type: queue
type: openai
# 监听端口
port: 3000
# 鉴权 Token (Bearer Token) (可使用 npm run genkey 生成)