Add debug log
This commit is contained in:
committed by
Aleix Conchillo Flaqué
parent
7cd8aaa46a
commit
5dbbb9021a
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user