feat: Add NaliiaTools
This commit is contained in:
@@ -35,7 +35,9 @@ class LLMFactory:
|
||||
|
||||
def _create_anthropic(self):
|
||||
model_name = "claude-sonnet-4-5-20250929"
|
||||
model = ChatAnthropic(model=model_name)
|
||||
model = ChatAnthropic(
|
||||
model=model_name
|
||||
)
|
||||
|
||||
return model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user