Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def respond(
|
|
41 |
top_k,
|
42 |
repeat_penalty,
|
43 |
):
|
44 |
-
chat_template = MessagesFormatterType.
|
45 |
|
46 |
global llm
|
47 |
global llm_model
|
|
|
41 |
top_k,
|
42 |
repeat_penalty,
|
43 |
):
|
44 |
+
chat_template = MessagesFormatterType.GEMMA2
|
45 |
|
46 |
global llm
|
47 |
global llm_model
|