-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Langchain::Assistant support for Google Gemini LLM (#513)
* Langchain::Assistant support for Google Gemini LLM * wip * fix * fix * wip * remove gemini-ai gem * Fix specs, add code comments * Deprecating warning for Langchain::LLM::GooglePalm * Update openai_validator.rb * Adding code comments * Additional Assistant specs * Specs for GoogleGeminiResponse * More specs * Langchain::Tool::NewsRetriever draft tool to access and pull latest news * cleanup * add logging * Refactor NewsRetriever methods * Adding method annotations * Clean up GoogleVertexAI LLM * Remove binding.pry * Missing gemfile.lock * Google Gemini: Use UnifiedParameters and raise error if response is empty * Fix spec * Remove not needed spec * Fix specs * changelog entry * Fixes * Replace HTTParty with Net::HTTP * Update CHANGELOG.md * Update CHANGELOG.md * Use UnifiedParameters
- Loading branch information
1 parent
341d4d8
commit 950df37
Showing
38 changed files
with
1,169 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.