Akjava commited on
Commit
d43466a
·
verified ·
1 Parent(s): 21e2ed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,7 +259,7 @@ model = LlamaCppModel(
259
  )
260
 
261
  import yaml
262
- with open("test.yaml", "r") as f:
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="""