Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,6 +61,7 @@ async def respond(
|
|
| 61 |
top_p,
|
| 62 |
top_k,
|
| 63 |
repeat_penalty,
|
|
|
|
| 64 |
):
|
| 65 |
chat_template = MessagesFormatterType.GEMMA_2
|
| 66 |
|
|
|
|
| 61 |
top_p,
|
| 62 |
top_k,
|
| 63 |
repeat_penalty,
|
| 64 |
+
Template,
|
| 65 |
):
|
| 66 |
chat_template = MessagesFormatterType.GEMMA_2
|
| 67 |
|