diff --git a/lib/config.js b/lib/config.js index 9abaa25..49bd212 100644 --- a/lib/config.js +++ b/lib/config.js @@ -17,7 +17,7 @@ logLevel: info server: # 服务器模式: openai (标准兼容) | queue (流式队列) - type: queue + type: openai # 监听端口 port: 3000 # 鉴权 Token (Bearer Token) (可使用 npm run genkey 生成)