calcuis commited on
Commit
a731dd6
1 Parent(s): bc15c02

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -0
chat.py CHANGED
@@ -7,4 +7,5 @@ while True:
7
  break
8
  ans = llm(ask, max_new_tokens=1024)
9
  print(ask+ans)
 
10
  print("Goodbye!")
 
7
  break
8
  ans = llm(ask, max_new_tokens=1024)
9
  print(ask+ans)
10
+
11
  print("Goodbye!")