Reduce log spam

This commit is contained in:
Reinier van der Leer
2023-08-28 20:00:36 +02:00
parent 0a5e08538d
commit b367c3d125
2 changed files with 0 additions and 5 deletions

View File

@@ -122,7 +122,6 @@ def summarize_text(
# "Only respond with a concise summary or description of the user message."
)
logger.debug(f"Summarizing with {model}:\n{summarization_prompt.dump()}\n")
summary = create_chat_completion(
prompt=summarization_prompt, config=config, temperature=0, max_tokens=500
).content