-
Notifications
You must be signed in to change notification settings - Fork 34
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
Gemini request mech tool #228
Conversation
@victorpolisetty looks good! We need to add a gemini key to our CI so you can add tests to make sure everything is OK. I will ping here once we do that. |
Awesome! |
@victorpolisetty can you resolve the merge conflicts? |
Thanks for the review. Will take a look this weekend :) |
@0xArdi Fixed merge conflicts |
@0xArdi Added deps. Please advise on further steps. |
Proposed changes
Adding Google Gemini as a mech tool. To be utilized as an alternative A.I. LLM tool to answer questions.
Would appreciate review as this is my first mech tool attempt. @0xArdi @dvilelaf
Fixes
NA.
Types of changes
What types of changes does your code introduce? (A breaking change is a fix or feature that would cause existing functionality and APIs to not work as expected.)
Put an
x
in the box that appliesChecklist
Put an
x
in the boxes that apply.main
branch (left side). Also you should start your branch off ourmain
.Further comments
Currently only supporting single question answers (no memory) and no picture to text models (vision-pro models).