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
Gemini API is constantly becoming overloaded on many models. Is it not possible to implement a backup model when this is overloaded? Maybe using llama? I see it seems to be on Googles end, but is there no way around it?
Error in gemini function: **GeminiException** => This exception was thrown because the response has a status code of 503 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 503 has the following meaning: "Server error - the server failed to fulfil an apparently valid request"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.
The text was updated successfully, but these errors were encountered:
Gemini API is constantly becoming overloaded on many models. Is it not possible to implement a backup model when this is overloaded? Maybe using llama? I see it seems to be on Googles end, but is there no way around it?
The text was updated successfully, but these errors were encountered: