mirror of
https://github.com/farcasclaudiu/TradingAgents.git
synced 2026-06-28 19:01:16 +03:00
Merge pull request #464 from CadeYu/sync-validator-models
sync model validation with cli catalog
This commit is contained in:
@@ -53,6 +53,7 @@ class OpenAIClient(BaseLLMClient):
|
||||
|
||||
def get_llm(self) -> Any:
|
||||
"""Return configured ChatOpenAI instance."""
|
||||
self.warn_if_unknown_model()
|
||||
llm_kwargs = {"model": self.model}
|
||||
|
||||
# Provider-specific base URL and auth
|
||||
|
||||
Reference in New Issue
Block a user