ZeroDeng

Results 2 comments of ZeroDeng

The reason why I use go-openai is mainly the following 3 points: - Azure did not provide Go SDK when my project was created, and it is a waste of...

I think you can use the Error handling method to get the 429 error code in any CreateChatCompletion of go-openai and handle it. Here is an example: ```golang stream, err...