aixsatoshi commited on
Commit
ab2c4ae
1 Parent(s): a4a5e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,13 +55,13 @@ def respond(
55
  message,
56
  history: list[tuple[str, str]],
57
  model,
 
58
  system_message,
59
  max_tokens,
60
  temperature,
61
  top_p,
62
  top_k,
63
  repeat_penalty,
64
- template,
65
  ):
66
  chat_template = MessagesFormatterType[template]
67
 
 
55
  message,
56
  history: list[tuple[str, str]],
57
  model,
58
+ template,
59
  system_message,
60
  max_tokens,
61
  temperature,
62
  top_p,
63
  top_k,
64
  repeat_penalty,
 
65
  ):
66
  chat_template = MessagesFormatterType[template]
67