Add debug log

This commit is contained in:
Adithya Suresh
2025-04-02 09:53:58 +11:00
committed by Aleix Conchillo Flaqué
parent 7cd8aaa46a
commit 5dbbb9021a

View File

@@ -191,6 +191,8 @@ class AnthropicLLMService(LLMService):
params.update(self._settings["extra"])
logger.debug(f"Calling Anthropic model with: {params}")
response = await api_call(**params)
await self.stop_ttfb_metrics()