mirror of
https://github.com/eryajf/chatgpt-dingtalk.git
synced 2025-09-26 20:31:10 +08:00
修改默认 session_timeout 值 (#309)
This commit is contained in:
@@ -11,7 +11,7 @@ model: "gpt-3.5-turbo"
|
||||
# 指定绘画模型,默认为 dall-e-2 , 可选参数有:"dall-e-2", "dall-e-3"
|
||||
image_model: "dall-e-2"
|
||||
# 会话超时时间,默认600秒,在会话时间内所有发送给机器人的信息会作为上下文
|
||||
session_timeout: 600
|
||||
session_timeout: "600s"
|
||||
# 最大问题长度
|
||||
max_question_len: 2048
|
||||
# 最大回答长度
|
||||
|
Reference in New Issue
Block a user