-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add Gemini API Support #230
Comments
Would you be interested in contribution? |
Conclusion: Could any body other implement Gemeini API in langchain project? |
I would like to take this issue and contribute to it. May I know in which part of the codebase have you implemented the api connection ? |
Suggest looking in this folder. https://github.com/Abraxas-365/langchain-rust/tree/main/src/llm |
Gemini is now OpenAI compatible which means you can use existing OpenAI libraries including langchain-rust. https://developers.googleblog.com/en/gemini-is-now-accessible-from-the-openai-library/ |
Description:
We need to integrate the Gemini API into our application. Google Gemini API offers free usage with rate limits, making it an attractive option for enhancing our service's capabilities. The API should be used to expand our existing functionality, while ensuring that we respect the rate limits imposed by the API to avoid any disruptions or excessive throttling.
Additional Info:
The text was updated successfully, but these errors were encountered: