diff --git a/server.py b/server.py index b4b96a0f..dfb02164 100644 --- a/server.py +++ b/server.py @@ -446,7 +446,7 @@ if args.chat or args.cai_chat: _history.append(entry) entry = ['', ''] - print(f"\nDialogue tokenized to:\n\n", end='') + print(f"\nDialogue tokenized to (formatted as [question, reply]):\n\n", end='') for i in _history: print(i) print("--------------------\n", end='')