Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -115,7 +115,7 @@ def chat():
|
|
| 115 |
"From these links:\n" +
|
| 116 |
"\n".join(links) +
|
| 117 |
"\n\n"
|
| 118 |
-
"Suggest the most relevant products in a friendly, conversational way. if the user does not provide specifics ie budget, brand etc you provide the suggestions. dont prompt for more information"
|
| 119 |
)
|
| 120 |
rec_resp = client.models.generate_content(
|
| 121 |
model=MODEL,
|
|
|
|
| 115 |
"From these links:\n" +
|
| 116 |
"\n".join(links) +
|
| 117 |
"\n\n"
|
| 118 |
+
"Suggest the most relevant products in a friendly, conversational way. if the user does not provide specifics ie budget, brand etc you provide the suggestions. dont prompt for more information. also always return the links."
|
| 119 |
)
|
| 120 |
rec_resp = client.models.generate_content(
|
| 121 |
model=MODEL,
|