Spaces:
Build error
Build error
refactor: remove unused import
Browse files
planning_ai/chains/reduce_chain.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
from langchain_core.output_parsers import StrOutputParser
|
2 |
from langchain_core.prompts import ChatPromptTemplate
|
3 |
|
4 |
-
from planning_ai.chains.map_chain import BriefSummary
|
5 |
from planning_ai.llms.llm import LLM
|
6 |
|
7 |
with open("./planning_ai/chains/prompts/reduce.txt", "r") as f:
|
|
|
1 |
from langchain_core.output_parsers import StrOutputParser
|
2 |
from langchain_core.prompts import ChatPromptTemplate
|
3 |
|
|
|
4 |
from planning_ai.llms.llm import LLM
|
5 |
|
6 |
with open("./planning_ai/chains/prompts/reduce.txt", "r") as f:
|