Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -778,7 +778,7 @@ Standalone question: {question}""")
|
|
778 |
def submit_message(prompt, prompt_template, temperature, max_tokens, context_length, state):
|
779 |
|
780 |
|
781 |
-
history = state['messages']
|
782 |
|
783 |
|
784 |
#global prompt_template_name
|
|
|
778 |
def submit_message(prompt, prompt_template, temperature, max_tokens, context_length, state):
|
779 |
|
780 |
|
781 |
+
#history = state['messages']
|
782 |
|
783 |
|
784 |
#global prompt_template_name
|