rairo commited on
Commit
2cafbfb
·
verified ·
1 Parent(s): b8238d3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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,