-
Notifications
You must be signed in to change notification settings - Fork 50
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
docs: update CLI commands documentation #540
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -75,7 +75,7 @@ pieces list apps | |||
``` | |||
|
|||
#### List AI Models | |||
Lists all accessible AI models. | |||
Lists all accessible AI models, and open the list to change the model from in the `ask` |
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.
Lists all accessible AI models and opens the list to change the model to be used in the ask
command.
### `Ask` | ||
|
||
The ask command allows you to ask the Pieces Copilot a question. By default, it uses the GPT-3.5 model, but you can change the model using the `list models` command. You can also add relevant files and snippets to provide more context for your question. | ||
The question that is asked in a new conversation to change the current conversation use the `conversation` command |
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.
The question that is asked, will generate a new conversation. To change......
No description provided.