CineAI commited on
Commit
adc2a9f
1 Parent(s): f8dfb0f

Update llm/llm.py

Browse files
Files changed (1) hide show
  1. 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.prompt import 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):