mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 00:17:47 +00:00
Co-authored-by: Mason Daugherty <mason@langchain.dev> Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com> Co-authored-by: Mason Daugherty <github@mdrxy.com> Co-authored-by: Nuno Campos <nuno@langchain.dev>
4 lines
81 B
Python
4 lines
81 B
Python
from langchain_openai.v1.chat_models import ChatOpenAI
|
|
|
|
__all__ = ["ChatOpenAI"]
|