Spaces:
eaglesarezzo
/
Running on Zero

eaglesarezzo commited on
Commit
2534335
1 Parent(s): e1ca92b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ def respond(
36
  repeat_penalty,
37
  selected_topic
38
  ):
39
- chat_template = MessagesFormatterType.DEFAULT # Changed to default mode
 
40
 
41
  print("HISTORY SO FAR ", history)
42
  print("Selected topic:", selected_topic)
 
36
  repeat_penalty,
37
  selected_topic
38
  ):
39
+ # Use a valid message formatter type
40
+ chat_template = MessagesFormatterType.SIMPLE # Change to a valid type if DEFAULT is not available
41
 
42
  print("HISTORY SO FAR ", history)
43
  print("Selected topic:", selected_topic)