Skip to content

Commit

Permalink
Update resty_client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 authored May 9, 2024
1 parent 83c8467 commit ba5027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpclient/resty/resty_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func NewStdClient() *RestyClient {
},
}),
}
client.Client.SetBaseURL("https://chat.openai.com")
client.Client.SetBaseURL("https://chatgpt.com")
client.Client.SetRetryCount(3)
client.Client.SetRetryWaitTime(5 * time.Second)
client.Client.SetRetryMaxWaitTime(20 * time.Second)
Expand Down

0 comments on commit ba5027d

Please sign in to comment.