Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def apply_chat_template(messages):
|
|
| 33 |
)
|
| 34 |
|
| 35 |
@spaces.GPU
|
| 36 |
-
def generate_response(
|
| 37 |
"""
|
| 38 |
Generates a response from the model based on the chat history and user input.
|
| 39 |
"""
|
|
|
|
| 33 |
)
|
| 34 |
|
| 35 |
@spaces.GPU
|
| 36 |
+
def generate_response(chat_history, user_input):
|
| 37 |
"""
|
| 38 |
Generates a response from the model based on the chat history and user input.
|
| 39 |
"""
|