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