Zenaight commited on
Commit
e8f1f2b
·
verified ·
1 Parent(s): 2dbed6d

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -18,7 +18,7 @@ from pydantic import BaseModel
18
  # Import LangChain components
19
  from langchain_openai import ChatOpenAI
20
  from langchain.prompts import PromptTemplate
21
- from langchain import RunnableSequence
22
 
23
  # Import the base LLM class to build our custom wrapper
24
  from langchain.llms.base import LLM
 
18
  # Import LangChain components
19
  from langchain_openai import ChatOpenAI
20
  from langchain.prompts import PromptTemplate
21
+ from langchain.schema.runnable import RunnableSequence
22
 
23
  # Import the base LLM class to build our custom wrapper
24
  from langchain.llms.base import LLM