Gemini is not in the list of models
OpenDevin Çalışma Alanı Dizini ./work
Modeli gpt-4
Ajan PlannerAgent
config.toml
LLM_API_KEY="..." LLM_MODEL="gemini/gemini-pro" WORKSPACE_DIR="./work"
bende çalişti.
Confirmed this is a problem. Shouldn't be the case: https://docs.litellm.ai/docs/providers/gemini
Looks like we're not getting the right list of providers from LiteLLM
I'll take a shot at this.
Confirmed this is a problem. Shouldn't be the case: https://docs.litellm.ai/docs/providers/gemini
Looks like we're not getting the right list of providers from LiteLLM
Ask OpenDevin. It should fix it :)
let me know @foragerr if you get a branch up on this, i'm interested for this purpose - got gemini pro 1.5 api working with the 1M tokens, excited to light up open-devin and add custom whisper speech to text feature so we are just talk to my agents
Seems to be an issue with litellm. Raised a PR in their repo.
https://github.com/BerriAI/litellm/issues/2803 https://github.com/BerriAI/litellm/pull/2806
any updates on this? i would also like to try gemini
The new update broke it its not working. Gemini Pro! Also, there are 1500 options, but no Gemini, which is interesting.
Upstream PR is now merged.
If you use litellm==v1.34.22, you will see gemini in the drop down box.
https://github.com/BerriAI/litellm/releases/tag/v1.34.22
The latest code can already see gemini, https://github.com/OpenDevin/OpenDevin/pull/641 accidentally fixed the problem LOL.
https://github.com/OpenDevin/OpenDevin/pull/641 accidentally fixed the problem LOL.
No it didn't. This did: https://github.com/BerriAI/litellm/pull/2806
See my comments in #653 about Gemini issues today.
Sounds like this one is fixed!