mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
10 lines
452 B
YAML
10 lines
452 B
YAML
|
|
# ChatGPT Adapter 配置示例文件
|
|||
|
|
# 详细配置请参考官方文档: https://bincooo.github.io/chatgpt-adapter
|
|||
|
|
|
|||
|
|
# 基础服务配置
|
|||
|
|
port: 8080 # 服务端口
|
|||
|
|
host: "0.0.0.0" # 监听地址,0.0.0.0表示监听所有网卡
|
|||
|
|
debug: true # 调试模式,开启后会输出详细日志
|
|||
|
|
timeout: 300 # 请求超时时间(秒)
|
|||
|
|
cors: true # 是否启用跨域支持
|