Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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 |
-
|
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 |
|