Closed GUNAND12 closed 3 days ago
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:
graph_config = {
"llm": {
"api_key": "YOUR_GEMINI_APIKEY",
"model": "google_genai/gemini-1.5-pro",
},
"verbose": True,
"headless": False,
}
and see if it works.
:tada: This issue has been resolved in version 1.30.0-beta.5 :tada:
The release is available on:
v1.30.0-beta.5
Your semantic-release bot :package::rocket:
Please look at the google examples, you forgot the complete name
Thanks @Levyathanus and @VinciGit00. It worked now.
:tada: This issue has been resolved in version 1.31.0 :tada:
The release is available on:
v1.31.0
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.31.0-beta.1 :tada:
The release is available on:
v1.31.0-beta.1
Your semantic-release bot :package::rocket:
I tried running below code but got an
IndexError: list index out of range
I also tried changing the model
gemini-pro
.