Skip to content

Commit a458175

Browse files
authored
Update chat_completions.go
1 parent 2be670a commit a458175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hunyuan/v20230901/chat_completions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
)
1818

1919
cpf := profile.NewClientProfile()
20-
cpf.HttpProfile.ReqTimeout = 360 // 流式接口耗时较长
20+
cpf.HttpProfile.ReqTimeout = 400 // 流式接口耗时较长
2121

2222
client, _ := hunyuan.NewClient(credential, regions.Guangzhou, cpf)
2323

0 commit comments

Comments
 (0)