-
Notifications
You must be signed in to change notification settings - Fork 76
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
[User privacy] Select the model utilized in the backend. #1
Comments
Thanks for trying out Gorilla-cli @ravindra-ut . This is a great suggestion. I was wondering perhaps user can pass an argument |
Yup always! The models are evolving rapidly rite now. So, we will release the model checkpoints once it stabilizes to a certain extent. |
@ShishirPatil An issue that may arise when passing the With this approach, we would check the |
Hey @Noppapon thanks for taking this on! Yeah, that is a good suggestion - we can have a |
Thank you, @ShishirPatil ! I've made several additions in the same PR to clean up the code related to argument passing and the UI, using the Click framework. Along with that, users can now execute essential commands like |
Hi,
Gorilla-CLI fuses the capabilities of various Language Learning Models (LLMs) like Gorilla LLM, OpenAI's GPT-4, Claude v1, and others to present a user-friendly command-line interface.
Does it mean user queries are submitted to GPT4(OpenAI) or Claudev1(Anthropic) ?
Can I select or opt for Gorilla only inference ?
Can user be provided option with setting up Gorilla model on local setup ? Is there plan to release Gorilla model checkpoints ?
The text was updated successfully, but these errors were encountered: