fix: Fixed formatting

This commit is contained in:
Andrej Milicevic 2025-09-15 16:08:42 +02:00
parent bd98bb9cc6
commit c98bf1d985

View file

@ -28,7 +28,8 @@ class AnthropicAdapter(LLMInterface):
import anthropic
self.aclient = instructor.patch(
create=anthropic.AsyncAnthropic(api_key=get_llm_config().llm_api_key).messages.create, mode=instructor.Mode.ANTHROPIC_TOOLS
create=anthropic.AsyncAnthropic(api_key=get_llm_config().llm_api_key).messages.create,
mode=instructor.Mode.ANTHROPIC_TOOLS,
)
self.model = model