Spaces:
Runtime error
Runtime error
jonathanjordan21
commited on
Commit
•
f9c65e6
1
Parent(s):
defce2e
Update components/tag_chain.py
Browse files- components/tag_chain.py +2 -1
components/tag_chain.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
from langchain import PromptTemplate
|
|
|
2 |
|
3 |
def chain(llm):
|
4 |
sum_template = """what is the most significant actions or places or things, say it in at most 5 words :
|
|
|
1 |
+
from langchain import PromptTemplate
|
2 |
+
from langchain.chains import LLMChain
|
3 |
|
4 |
def chain(llm):
|
5 |
sum_template = """what is the most significant actions or places or things, say it in at most 5 words :
|