Skip to content

Commit

Permalink
feat(example): add missing commands help
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Apr 26, 2024
1 parent 725117c commit 4a53e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ export default function App() {
'- /release: release the context\n' +
'- /stop: stop the current completion\n' +
'- /reset: reset the conversation',
'- /save-session: save the session tokens\n' +
'- /load-session: load the session tokens',
)
})
.catch((err) => {
Expand Down

0 comments on commit 4a53e68

Please sign in to comment.