You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Ar4ics
Ohh, I see. That's a wrong implementation currently and it's related to #2 trying to implement a retry mechanism with timeout limit of retries. The exception is thrown after the staticHttpClient has been used the first time.
For now, I'm going to remove those lines actually as their intent is different and the implementation is wrong.
The problem on the line
BaseModel.Client.Timeout = requestOptions.Timeout;
Occurs if you pass
requestOptions
to the methodmodel.GenerateContent
:The text was updated successfully, but these errors were encountered: