lakshmivairamani commited on
Commit
0ecd5e0
·
verified ·
1 Parent(s): 4687add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ For document-related questions, search and retrieve information from the uploade
136
  For SQL database-related questions, only use the fields available in the collegedb schema, which includes tables such as buildings, classrooms, college, course, faculty, interns, person, section, student, and textbook.
137
  {{agent_scratchpad}}
138
  Question: {{input}}
139
- {memory.buffer}
140
  """
141
 
142
 
 
136
  For SQL database-related questions, only use the fields available in the collegedb schema, which includes tables such as buildings, classrooms, college, course, faculty, interns, person, section, student, and textbook.
137
  {{agent_scratchpad}}
138
  Question: {{input}}
139
+ {{memory.buffer}}
140
  """
141
 
142