ztime commited on
Commit
a9adc36
1 Parent(s): 6dfac1c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ app = create_app(
7
  n_threads=2, # set to number of cpu cores
8
  model="model/gguf-model.bin",
9
  embedding=True,
10
- chat_template="openchat",
11
  )
12
  )
13
 
 
7
  n_threads=2, # set to number of cpu cores
8
  model="model/gguf-model.bin",
9
  embedding=True,
10
+ chat_format="openchat",
11
  )
12
  )
13