rajrakeshdr commited on
Commit
b0ccbc9
·
verified ·
1 Parent(s): 4c7b561

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ prompt_template = PromptTemplate(
52
  Provide a concise, actionable, and enterprise-focused response** based on your expertise and the provided context.
53
  """
54
  )
55
- )
56
  chain = LLMChain(llm=llm, prompt=prompt_template)
57
 
58
  @app.post("/search")
 
52
  Provide a concise, actionable, and enterprise-focused response** based on your expertise and the provided context.
53
  """
54
  )
 
55
  chain = LLMChain(llm=llm, prompt=prompt_template)
56
 
57
  @app.post("/search")