Remove old chat setup timer. It is mislabelled, irrelevant since streaming

This commit is contained in:
Debanjum Singh Solanky
2023-08-01 20:24:15 -07:00
parent 95acb1583d
commit 185a1fbed7

View File

@@ -93,7 +93,6 @@ def generate_chat_response(
chat_response = None chat_response = None
try: try:
with timer("Generating chat response took", logger):
partial_completion = partial( partial_completion = partial(
_save_to_conversation_log, _save_to_conversation_log,
q, q,