Spaces:
Sleeping
Sleeping
docker tryyy commit
Browse files- resource.py +1 -0
resource.py
CHANGED
@@ -2,6 +2,7 @@ from langchain import PromptTemplate, LLMChain
|
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
from langchain.llms import GPT4All
|
4 |
from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler
|
|
|
5 |
|
6 |
|
7 |
template = """
|
|
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
from langchain.llms import GPT4All
|
4 |
from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler
|
5 |
+
import os
|
6 |
|
7 |
|
8 |
template = """
|