+ logging

This commit is contained in:
xds
2026-02-04 15:59:29 +03:00
parent c8984dc472
commit f36a368051

View File

@@ -41,7 +41,7 @@ class GoogleAdapter:
Возвращает строку с ответом.
"""
contents = self._prepare_contents(prompt, images_list)
logger.info(f"Generating text: {prompt}")
try:
response = self.client.models.generate_content(
model=self.TEXT_MODEL,