14 lines
297 B
YAML
14 lines
297 B
YAML
# openai的appKey
|
|
appKey: "xxxxxx"
|
|
# 服务端口
|
|
port: 9000
|
|
# 问题发送的时间间隔不能小于多长时间,单位:秒
|
|
intervalSeconds: 5
|
|
# 返回答案的最大长度
|
|
maxLength: 2000
|
|
# 是否允许cors跨域
|
|
cors: true
|
|
# 问题反馈的超时时间,单位:秒
|
|
timeoutSeconds: 180
|
|
|