We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Leverage the models.Snapshot() endpoint to fetch all of the different models.
this.models = new Pieces.ModelsApi().modelsSnapshot();
This is an iterable list with several models to choose from. You should write logic to choose between the different models.
So add a drop down in the Pieces Copilot Component, to choose which model the user wishes to interact with.
The text was updated successfully, but these errors were encountered:
I want to work on this
Sorry, something went wrong.
@Arindam200 sounds good! if you want to quickly get a PR up for your bug issue before diving into this that would be great 👍
@jordan-pieces I've almost implemented this.
Just one question:
After selecting the model from the front end how to set that to the copilot?
Arindam200
Successfully merging a pull request may close this issue.
LLM Model Switch: Let users switch to GPT 3.5 or other models when interacting with Copilot.
Leverage the models.Snapshot() endpoint to fetch all of the different models.
This is an iterable list with several models to choose from. You should write logic to choose between the different models.
So add a drop down in the Pieces Copilot Component, to choose which model the user wishes to interact with.
The text was updated successfully, but these errors were encountered: