aashnaj commited on
Commit
b241ec1
·
verified ·
1 Parent(s): d9e9d8b

print chunks

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ def respond(message, history, cuisine, dietary_restrictions, allergies):
21
  response = ""
22
  top_chunks = get_top_chunks(message)
23
  context = "\n".join(top_chunks)
 
24
  messages = [
25
  {
26
  "role": "system",
 
21
  response = ""
22
  top_chunks = get_top_chunks(message)
23
  context = "\n".join(top_chunks)
24
+ print (top_chunks)
25
  messages = [
26
  {
27
  "role": "system",