still some cleanup to do

This commit is contained in:
Kwindla Hultman Kramer
2024-12-21 23:04:00 -08:00
parent f3dd35bfd9
commit f5f0de00e4
2 changed files with 42 additions and 54 deletions

View File

@@ -630,7 +630,7 @@ class GoogleLLMService(LLMService):
try:
logger.debug(
# f"Generating chat: {self._system_instruction} | {context.get_messages_for_logging()}"
f"!! Generating chat: {context.get_messages_for_logging()}"
f"Generating chat: {context.get_messages_for_logging()}"
)
messages = context.messages