You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crprint( " [bright magenta]/raw[/]\t\t\t- Toggle raw mode (showing raw text of ChatGPT's reply)\n" );
515
627
crprint( " [bright magenta]/tokens[/]\t\t\t- Show the total tokens spent and the tokens for the current conversation\n" );
516
628
crprint( " [bright magenta]/usage[/]\t\t\t- Show total credits and current credits used\n" );
517
-
crprint( " [bright magenta]/save[/] [bold]\\[filename_or_path][/]\t- Save the chat history to a file, suggest title if filename_or_path not provided\n" );
518
629
crprint( " [bright magenta]/timeout[/] [bold]\\[new_timeout][/]\t- Modify the api timeout\n" );
519
630
crprint( " [bright magenta]/model[/] [bold]\\[model_name][/]\t\t- Change AI model\n" );
631
+
crprint( " [bright magenta]/rand[/] [bold]\\[randomness][/]\t\t- Set Model sampling temperature (0~2)\n" );
632
+
crprint( " [bright magenta]/save[/] [bold]\\[filename_or_path][/]\t- Save the chat history to a file, suggest title if filename_or_path not provided\n" );
633
+
crprint( " [bright magenta]/undo[/]\t\t\t- Undo the last question and remove its answer\n" );
634
+
crprint( " [bright magenta]/last[/]\t\t\t- Display last ChatGPT's reply\n" );
635
+
crprint( " [bright magenta]/copy[/] [bold](all)[/]\t\t\t- Copy the full ChatGPT's last reply (raw) to Clipboard\n" );
636
+
crprint( " [bright magenta]/copy[/] [bold]code[/]\t\t\t- Copy the code in ChatGPT's last reply to Clipboard\n" );
520
637
crprint( " [bright magenta]/version[/]\t\t\t- Show cGPTerm local and remote version\n" );
521
638
crprint( " [bright magenta]/help[/]\t\t\t- Show this help message\n" );
522
639
crprint( " [bright magenta]/exit[/]\t\t\t- Exit the application\n" );
0 commit comments