Skip to content

Commit

Permalink
fix(docs): remove dup lines , concise instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil3417 authored Jan 22, 2024
1 parent 39f38b3 commit 11dea0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ Commands in cli mode:
- `/new` : Create and switch to a new conversation.
- `/ids` : Shows a list of all ID numbers and ID strings in current session.
- `/switch <id>` : Switches to the ID number or ID string passed.
- `/switch <id>` : Switches to the ID number or ID string passed.
- `/prompt` : Shows a list of predefined System Prompts to choose from.
-`/prompt id `: Select a specific system prompt (in case commited to memory).
- `/prompt` : Displays a list of available system prompts to choose from.
- `/prompt <id> `: Chooses a specific system prompt by its ID.
- `/del <id>` : Deletes the ID number or ID string passed. Will not delete active session.
- `/delete-all` : Deletes all the conversations for the logged in user.
- `/clear` : Clear the terminal.
Expand Down

0 comments on commit 11dea0c

Please sign in to comment.