Skip to content

Commit afeb532

Browse files
committed
Fixes
1 parent 61bfe24 commit afeb532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ async def identify_searches(request_body, request_headers, Summaries = None):
469469
# for now only search on the first message until I can figure this out - apparently we can't just replace the system prompt once the conversation is rolling...
470470
return None
471471
#print(f"on replies now..")
472-
#system_message = "Do you need to do any searching to answer the latest chat message? If so provide a comma delimited list of searches you would like me to perform for you to give you all the background data and links you need. If you can answer with full confidence without any searches, then reply with simply 'No searches required.'.\n\n"
472+
#system_preamble = "Do you need to do any searching to answer the latest chat message? If so provide a comma delimited list of searches you would like me to perform for you to give you all the background data and links you need. If you can answer with full confidence without any searches, then reply with simply 'No searches required.'.\n\nPrimary System Message:\n\n"
473473
else:
474474
if Summaries is None:
475475
system_preamble = prompts["identify_searches"];

0 commit comments

Comments
 (0)