-
Notifications
You must be signed in to change notification settings - Fork 121
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
Tooled Prototyper #731
base: main
Are you sure you want to change the base?
Tooled Prototyper #731
Conversation
They are two main blockers:
With that said, we should still adopt |
/gcbrun exp -n dg -ag |
/gcbrun exp -n dg -ag |
llm_toolkit/models.py
Outdated
class GeminiV1D5ChatTool(GeminiV1D5Chat): | ||
"""Gemini 1.5 for chat session that uses tools.""" | ||
name = 'vertex_ai_gemini-1-5-chat-tool' | ||
_vertex_ai_model = 'gemini-1.5-pro-001' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not 002?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep will try 002 too.
/gcbrun exp -n dg -ag |
Utilize Gemini's
Tool
API in prototyper.