TDN-M commited on
Commit
c082449
·
verified ·
1 Parent(s): 7ab6172

Update components/caption_chain.py

Browse files
Files changed (1) hide show
  1. components/caption_chain.py +1 -1
components/caption_chain.py CHANGED
@@ -2,7 +2,7 @@ from langchain import PromptTemplate
2
  from langchain.chains import LLMChain
3
 
4
  def chain(llm):
5
- template = """Make 5 different advertisement captions in style of taglines about this product.
6
  {product}
7
  """
8
 
 
2
  from langchain.chains import LLMChain
3
 
4
  def chain(llm):
5
+ template = """Make 5 different advertisement captions about this product.
6
  {product}
7
  """
8