Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def load_models(inp):
|
|
| 39 |
VERBOSE=False
|
| 40 |
|
| 41 |
def format_prompt(message, history, cust_p):
|
| 42 |
-
prompt = "
|
| 43 |
if history:
|
| 44 |
#<start_of_turn>userHow does the brain work?<end_of_turn><start_of_turn>model
|
| 45 |
for user_prompt, bot_response in history:
|
|
|
|
| 39 |
VERBOSE=False
|
| 40 |
|
| 41 |
def format_prompt(message, history, cust_p):
|
| 42 |
+
prompt = ""
|
| 43 |
if history:
|
| 44 |
#<start_of_turn>userHow does the brain work?<end_of_turn><start_of_turn>model
|
| 45 |
for user_prompt, bot_response in history:
|