kenken999 commited on
Commit
903ec07
β€’
1 Parent(s): bdd4bbb
Files changed (1) hide show
  1. mysite/interpreter/prompt.py +3 -3
mysite/interpreter/prompt.py CHANGED
@@ -26,9 +26,9 @@ def prompt_genalate(word):
26
  #while True:
27
  user_question = word#input("θ³ͺ問をε…₯εŠ›γ—γ¦γγ γ•γ„: ")
28
 
29
- if user_question.lower() == "exit":
30
- print("Goodbye!")
31
- break
32
 
33
  if user_question:
34
  # Construct a chat prompt template using various components
 
26
  #while True:
27
  user_question = word#input("θ³ͺ問をε…₯εŠ›γ—γ¦γγ γ•γ„: ")
28
 
29
+ #if user_question.lower() == "exit":
30
+ # print("Goodbye!")
31
+ # break
32
 
33
  if user_question:
34
  # Construct a chat prompt template using various components