AFischer1985 commited on
Commit
edf339b
·
1 Parent(s): dc2c4dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ with open("./model.gguf", mode="wb") as file:
13
  app = create_app(
14
  Settings(
15
  n_threads=2, # set to number of cpu cores
16
- model="model/gguf-model.bin",
17
  embedding=False
18
  )
19
  )
 
13
  app = create_app(
14
  Settings(
15
  n_threads=2, # set to number of cpu cores
16
+ model="./mode.gguf",
17
  embedding=False
18
  )
19
  )