aashnaj commited on
Commit
3bf73d5
·
verified ·
1 Parent(s): 0cf15ff

printing chunks

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ def respond(message, history, cuisine, dietary_restrictions, allergies, preferre
24
  top_chunks += get_top_chunks(str(dietary_restrictions)) # convert list to str
25
  top_chunks += get_top_chunks(allergies)
26
  top_chunks += get_top_chunks(preferred_ingredient)
 
27
  messages = [
28
  {
29
  "role": "system",
 
24
  top_chunks += get_top_chunks(str(dietary_restrictions)) # convert list to str
25
  top_chunks += get_top_chunks(allergies)
26
  top_chunks += get_top_chunks(preferred_ingredient)
27
+ print(top_chunks)
28
  messages = [
29
  {
30
  "role": "system",