Spaces:
Runtime error
Runtime error
Update main.py (#2)
Browse files- Update main.py (16654c86ff49053a677d4d1f424ac5d9ff014a58)
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 |
|