tommy24 commited on
Commit
899934c
·
1 Parent(s): f1f9df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def func(prompt):
25
  prompt = PromptTemplate(template=template, input_variables=["question"])
26
 
27
  local_path = (
28
- "./file=nous-hermes-13b.ggmlv3.q4_0.bin" # replace with your desired local file path
29
  )
30
 
31
  # Callbacks support token-wise streaming
 
25
  prompt = PromptTemplate(template=template, input_variables=["question"])
26
 
27
  local_path = (
28
+ "nous-hermes-13b.ggmlv3.q4_0.bin" # replace with your desired local file path
29
  )
30
 
31
  # Callbacks support token-wise streaming