good night commit
Browse files- resource.py +1 -0
resource.py
CHANGED
@@ -27,6 +27,7 @@ Answer:"""
|
|
27 |
|
28 |
def langu():
|
29 |
|
|
|
30 |
prompt = PromptTemplate(template=template, input_variables=["question"])
|
31 |
|
32 |
hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir=".")
|
|
|
27 |
|
28 |
def langu():
|
29 |
|
30 |
+
import os
|
31 |
prompt = PromptTemplate(template=template, input_variables=["question"])
|
32 |
|
33 |
hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir=".")
|