thedamn commited on
Commit
4e1f76a
·
1 Parent(s): 7ce8d82
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ Question: {question}
13
 
14
  Answer:"""
15
 
16
- local_path="ggml-gpt4all-j-v1.3-groovy"
17
 
18
  prompt = PromptTemplate(template=template, input_variables=["question"])
19
  from langchain.llms import GPT4All
 
13
 
14
  Answer:"""
15
 
16
+ local_path="ggml-gpt4all-j-v1.3-groovy.bin"
17
 
18
  prompt = PromptTemplate(template=template, input_variables=["question"])
19
  from langchain.llms import GPT4All