We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be670a commit a458175Copy full SHA for a458175
examples/hunyuan/v20230901/chat_completions.go
@@ -17,7 +17,7 @@ func main() {
17
)
18
19
cpf := profile.NewClientProfile()
20
- cpf.HttpProfile.ReqTimeout = 360 // 流式接口耗时较长
+ cpf.HttpProfile.ReqTimeout = 400 // 流式接口耗时较长
21
22
client, _ := hunyuan.NewClient(credential, regions.Guangzhou, cpf)
23
0 commit comments