Chat Mode
How to use chat mode.
Chat mode is the simplest mode of Copilot. You can chat with your LLM models and switch the model whenever you want.
Main features:
- Select model: You can select the model you want to chat with from the dropdown menu.
- New chat: Clear the conversation history and start a new chat.
- Save as note: Save the conversation as a markdown note in your designated folder, default is
copilot-conversations
folder.
To send a message, simply type in the input box and press Enter or click the Send button. When the response is streaming, the send button becomes a stop button, click it to stop the generation.
You can also mention specific notes with [[Note Title]]
in the input box, and Copilot will add the note content to your message in the background so that the LLM model can use it for context.
Chat Message Buttons
User message has buttons: copy, edit, delete.
AI message has buttons: copy, insert to note at cursor, regenerate, delete.
More Advanced Features
You can trigger custom prompts with a simple /
command. Refer to the Custom Prompts section to learn about more advanced prompting features.