Skip to content
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

Google Gemini support ?? #512

Open
jaiswalvineet opened this issue Jan 14, 2025 · 1 comment
Open

Google Gemini support ?? #512

jaiswalvineet opened this issue Jan 14, 2025 · 1 comment

Comments

@jaiswalvineet
Copy link

For my use case, I am using dynamic routes that perform LLM calls to determine input arguments. While reviewing the code, I found that these are the LLM-supported:

├── __init__.py
├── base.py
├── cohere.py
├── llamacpp.py
├── mistral.py
├── ollama.py
├── openai.py
├── openrouter.py
└── zure.py

I only have access to Google Gemini, which also follows OpenAI specs but has a different client setup. Is there a way to use Gemini with the current setup? Alternatively, does this library have any planned extensions for Gemini in the future, or would we need to extend the base class in our code to implement Gemini-specific functionality?

@jamescalam
Copy link
Member

jamescalam commented Jan 17, 2025

We don't have support yet but we will add #513 which I think will help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants