lamhieu commited on
Commit
a9a0cd0
·
1 Parent(s): 7199dca

chore: update something

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -461,10 +461,10 @@ def generate_chat(
461
  conversation.append({"role": "tools", "content": supported_tools})
462
 
463
  # Add the references role to the conversation
464
- if references is None:
465
- references = [client_info]
466
- else:
467
- references.insert(0, client_info)
468
 
469
  if (
470
  references is not None
 
461
  conversation.append({"role": "tools", "content": supported_tools})
462
 
463
  # Add the references role to the conversation
464
+ # if references is None:
465
+ # references = [client_info]
466
+ # else:
467
+ # references.insert(0, client_info)
468
 
469
  if (
470
  references is not None