try11
Browse files
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
|