chore: update something
Browse files
app.py
CHANGED
@@ -470,10 +470,10 @@ def generate_chat(
|
|
470 |
conversation.append({"role": "tools", "content": supported_tools})
|
471 |
|
472 |
# Add the references role to the conversation
|
473 |
-
if references is None:
|
474 |
-
|
475 |
-
else:
|
476 |
-
|
477 |
|
478 |
if (
|
479 |
references is not None
|
|
|
470 |
conversation.append({"role": "tools", "content": supported_tools})
|
471 |
|
472 |
# Add the references role to the conversation
|
473 |
+
# if references is None:
|
474 |
+
# references = [client_info]
|
475 |
+
# else:
|
476 |
+
# references.insert(0, client_info)
|
477 |
|
478 |
if (
|
479 |
references is not None
|