mirror of
https://github.com/farcasclaudiu/TradingAgents.git
synced 2026-06-29 11:01:40 +03:00
Merge pull request #464 from CadeYu/sync-validator-models
sync model validation with cli catalog
This commit is contained in:
@@ -31,6 +31,7 @@ class AnthropicClient(BaseLLMClient):
|
||||
|
||||
def get_llm(self) -> Any:
|
||||
"""Return configured ChatAnthropic instance."""
|
||||
self.warn_if_unknown_model()
|
||||
llm_kwargs = {"model": self.model}
|
||||
|
||||
if self.base_url:
|
||||
|
||||
Reference in New Issue
Block a user