Files
2025-08-06 11:26:04 +08:00

10 lines
452 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 # 是否启用跨域支持