Open evgenyigumnov opened 1 month ago
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: