Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -800,7 +800,7 @@ def submit_message(prompt, prompt_template, temperature, max_tokens, context_len
|
|
800 |
#state.append(completion.copy())
|
801 |
|
802 |
completion = { "content": completion }
|
803 |
-
print("completion text)
|
804 |
print(completion['content']['answer'])
|
805 |
|
806 |
|
|
|
800 |
#state.append(completion.copy())
|
801 |
|
802 |
completion = { "content": completion }
|
803 |
+
print("completion text")
|
804 |
print(completion['content']['answer'])
|
805 |
|
806 |
|