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