Kushwanth Chowday Kandala commited on
Commit
38e40b5
1 Parent(s): 87a8ef2

NameError: name 'prompt_template' is not defined

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def get_pinecone_semantic_index(pinecone):
79
  return index
80
 
81
  def promt_engineer(text):
82
- promt_template = """
83
  write a concise summary of the following text delimited by triple backquotes.
84
  return your response in bullet points which convers the key points of the text.
85
 
 
79
  return index
80
 
81
  def promt_engineer(text):
82
+ prompt_template = """
83
  write a concise summary of the following text delimited by triple backquotes.
84
  return your response in bullet points which convers the key points of the text.
85