Skip to content

Commit 71458bd

Browse files
author
self
committed
Removed excess quotation mark
1 parent 542f211 commit 71458bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptcli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def stop_working(self, cancel: bool = False, tag=True):
101101

102102
def main_loop(self):
103103
info('Type "!recycle()" to manually recycle tokens')
104-
info('Type "!speak()" to toggle vocalized replies (default off)"')
104+
info('Type "!speak()" to toggle vocalized replies (default off)')
105105
info('Type "!remember()" to exit and have bot remember')
106106
info('Press Ctrl + C to exit without memory')
107107

0 commit comments

Comments
 (0)