Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -259,7 +259,7 @@ model = LlamaCppModel(
|
|
| 259 |
)
|
| 260 |
|
| 261 |
import yaml
|
| 262 |
-
with open("
|
| 263 |
prompt = f.read()
|
| 264 |
|
| 265 |
description="""
|
|
|
|
| 259 |
)
|
| 260 |
|
| 261 |
import yaml
|
| 262 |
+
with open("retriever.yaml", "r") as f:
|
| 263 |
prompt = f.read()
|
| 264 |
|
| 265 |
description="""
|