-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Got IndexError with gemini model. #805
Labels
Comments
Hi, I'm openinig a PR for this. In the meantime you can try to specify the model provider in the graph configuration like this:
and see if it works. |
Levyathanus
added a commit
to Levyathanus/Scrapegraph-ai
that referenced
this issue
Nov 17, 2024
VinciGit00
added a commit
that referenced
this issue
Nov 18, 2024
fix: try to infer possible provider from the model name, resolves #805
github-actions bot
pushed a commit
that referenced
this issue
Nov 18, 2024
## [1.30.0-beta.5](v1.30.0-beta.4...v1.30.0-beta.5) (2024-11-18) ### Bug Fixes * try to infer possible provider from the model name, resolves [#805](#805) ([d2d0312](d2d0312))
🎉 This issue has been resolved in version 1.30.0-beta.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Please look at the google examples, you forgot the complete name |
Thanks @Levyathanus and @VinciGit00. It worked now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried running below code but got an
IndexError: list index out of range
I also tried changing the model
gemini-pro
.The text was updated successfully, but these errors were encountered: