Update llm/llm.py
Browse files- llm/llm.py +1 -1
llm/llm.py
CHANGED
@@ -2,7 +2,7 @@ from langchain.prompts import PromptTemplate
|
|
2 |
from langchain.chains import LLMChain
|
3 |
from langchain.llms import HuggingFaceHub
|
4 |
from .config import config
|
5 |
-
from prompts
|
6 |
|
7 |
class LLM_chain:
|
8 |
def __init__(self):
|
|
|
2 |
from langchain.chains import LLMChain
|
3 |
from langchain.llms import HuggingFaceHub
|
4 |
from .config import config
|
5 |
+
from .prompts import prompts
|
6 |
|
7 |
class LLM_chain:
|
8 |
def __init__(self):
|