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
Copy file name to clipboardExpand all lines: generate.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -539,9 +539,7 @@ def _main(
539
539
ifgenerator_args.chat_mode:
540
540
max_seq_length=2048
541
541
print(f"Entering Chat Mode. Will continue chatting back and forth with the language model until the models max context length of {max_seq_length} tokens is hit or until the user says /bye")
542
-
get_system_prompt=input("Do you want to enter a system prompt? Enter y for yes and anything else for no. \n")
543
-
if (get_system_prompt=="y"orget_system_prompt=="Y"):
544
-
system_prompt=input("What is your system prompt? \n")
0 commit comments