Revert "Add debug log"
This reverts commit 832b7b970e48e6488e1901d64d2ccfcc4a78c138.
This commit is contained in:
committed by
Aleix Conchillo Flaqué
parent
3f0000c82b
commit
efcbe51a85
@@ -191,8 +191,6 @@ class AnthropicLLMService(LLMService):
|
|||||||
|
|
||||||
params.update(self._settings["extra"])
|
params.update(self._settings["extra"])
|
||||||
|
|
||||||
logger.debug(f"Calling Anthropic model with: {params}")
|
|
||||||
|
|
||||||
response = await api_call(**params)
|
response = await api_call(**params)
|
||||||
|
|
||||||
await self.stop_ttfb_metrics()
|
await self.stop_ttfb_metrics()
|
||||||
|
|||||||
Reference in New Issue
Block a user