omersaidd commited on
Commit
c475c83
·
verified ·
1 Parent(s): 0620645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def respond(
41
  top_k,
42
  repeat_penalty,
43
  ):
44
- chat_template = MessagesFormatterType.LLAMA3.1
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