mirror of
https://github.com/farcasclaudiu/TradingAgents.git
synced 2026-06-29 01:01:33 +03:00
sync model validation with cli catalog
This commit is contained in:
@@ -41,6 +41,7 @@ class OpenAIClient(BaseLLMClient):
|
||||
|
||||
def get_llm(self) -> Any:
|
||||
"""Return configured ChatOpenAI instance."""
|
||||
self.warn_if_unknown_model()
|
||||
llm_kwargs = {"model": self.model}
|
||||
|
||||
if self.provider == "xai":
|
||||
|
||||
Reference in New Issue
Block a user