-
Checked other resources
Commit to Help
Example Codefrom langchain.chat_models import init_chat_model
os.environ["OPENAI_API_KEY"] = "..."
model = init_chat_model("gpt-4o-mini", model_provider="openai") DescriptionTraceback (most recent call last): System Infopython -m langchain_core.sys_info System Information
Package Information
Optional packages not installed
Other Dependencies
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is resolved by building pydantic from ports. |
Beta Was this translation helpful? Give feedback.
This is resolved by building pydantic from ports.