Spaces:
Runtime error
Runtime error
Update main.py
#2
by
ztime
- opened
main.py
CHANGED
@@ -6,7 +6,8 @@ app = create_app(
|
|
6 |
Settings(
|
7 |
n_threads=2, # set to number of cpu cores
|
8 |
model="model/gguf-model.bin",
|
9 |
-
embedding=True
|
|
|
10 |
)
|
11 |
)
|
12 |
|
|
|
6 |
Settings(
|
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 |
|