소스 검색

Minor fix

oobabooga 3 년 전
부모
커밋
c0f2367b54
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      server.py

+ 0 - 1
server.py

@@ -255,7 +255,6 @@ if args.chat or args.cai_chat:
             rows.pop(1)
 
         question = ''.join(rows)
-        print(question)
         return question
 
     def chatbot_wrapper(text, tokens, inference_settings, selected_model, name1, name2, context, check, history_size):