-
Notifications
You must be signed in to change notification settings - Fork 21
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
how to use gemini instead of class OpenAILLMProvider LLMProvider? #8
Comments
Hey! you'll need to implement an instance of "LLMProvider" and then add it to |
@jjstory24 if you were successful, could you kindly share your edits? I have tried to update the files to use both deepseek and gemini and were unsuccessful. |
Definitely considering adding deepseek to have an open-source backend thats supported. How do folks typically use these (like the API)? OpenRouter? |
@sshh12 if you are able to do so and have the time, please do :) I was able to use deepseek-chat with openrouter but each message and response took at least 10 minutes. I'm not sure which all models support tool use / function calling, if that matters. |
oh darn deepseek-ai/DeepSeek-R1#9 yeah deepseek doesn't have function calling, will have to think about this a bit more |
would be great to be able to use custom openai compatible endpoints and to be able to use a model from there |
Makes sense, will add a config for a custom base url |
how to use gemini instead of class OpenAILLMProvider LLMProvider?
The text was updated successfully, but these errors were encountered: