fix: Fixed formatting
This commit is contained in:
parent
bd98bb9cc6
commit
c98bf1d985
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue