Skip to content

Commit

Permalink
Merge pull request #1265 from QwenLM/jklj077-patch-2
Browse files Browse the repository at this point in the history
Update cli_demo.py
  • Loading branch information
fyabc committed May 27, 2024
2 parents 61f6375 + 34b2b71 commit 8c53f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def main():
print(_WELCOME_MSG)
_gc()
continue
elif command in ['clear-history', 'clh']:
elif command in ['clear-his', 'clh']:
print(f'[INFO] All {len(history)} history cleared')
history.clear()
_gc()
Expand Down

0 comments on commit 8c53f58

Please sign in to comment.