Spaces:
Sleeping
Sleeping
printing chunks
Browse files
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",
|