-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dealing with new model behaviors #56
Comments
New behavior: function calling changes
|
Another breaking change: the function calling stopped working all together because |
Different from the previous models!
So function calling is kinda solved. Even though it is really nondeterministic: for example for the "What's the weather tomorrow" question about half of the time the model states it doesn't have means to obtain it, like it wouldn't see the weather tool at all. But half of the time just works. Then latest is that the model flat out states it cannot process images. The Pro seems to stick to this always, whereas the Flash can process the image (for example it correctly OCRs reading on the food packaging), but then it continues by saying it cannot handle images. Say what? |
…atform.endpoints.predict' denied on resource '//aiplatform.googleapis.com/projects/open-mmpa/locations/us-central1/publishers/google/models/gemini-1.5-flash-002' (or it may not exist)." #56
This is partially about the
firebase-ertexai
upgrade (#53), and also the new release of the-002
stable models. Seems like function calling behavior and other things changed.The text was updated successfully, but these errors were encountered: