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
I cannot get any event or error for this Google AI, gemini-2.0-flash-exp:streamGenerateContent . I wonder if I am missing anything or there is not implementation for this
The text was updated successfully, but these errors were encountered:
This sounds like an issue on Google's side to me. cline/cline#918
If you want to see what react-native-sse is doing and potential problems it's encountering, make sure to pass the debug: true option to it as described in the docs.
const url =
'https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash-exp:streamGenerateContent?key=YOUR_ACTUAL_API_KEY';
The text was updated successfully, but these errors were encountered: