This commit is contained in:
Paul Gauthier 2024-08-21 11:31:39 -07:00
parent 2293d115aa
commit 758b6cc908
7 changed files with 7 additions and 6 deletions

View file

@ -34,6 +34,7 @@ cog.out(get_help_md())
| **/models** | Search the list of available models |
| **/quit** | Exit the application |
| **/read-only** | Add a file to the chat that is for reference, not to be edited |
| **/reset** | Drop all files and clear the chat history |
| **/run** | Run a shell command and optionally add the output to the chat (alias: !) |
| **/test** | Run a shell command and add the output to the chat on non-zero exit code |
| **/tokens** | Report on the number of tokens used by the current chat context |