Spaces:
Running
on
Zero
Running
on
Zero
tets
Browse files
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 |
-
|
31 |
-
|
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
|