langchain_openai 0.7.2+5 langchain_openai: ^0.7.2+5 copied to clipboard
LangChain.dart integration module for OpenAI (GPT-4o, o1, Embeddings, DALL·E, etc.).
🦜️🔗 LangChain.dart / OpenAI #
OpenAI module for LangChain.dart.
Features #
- LLMs:
OpenAI
: wrapper around OpenAI Completions API.
- Chat models:
ChatOpenAI
: wrapper around OpenAI Chat API.
- Embeddings:
OpenAIEmbeddings
: wrapper around OpenAI Embeddings API.
- Chains:
OpenAIQAWithStructureChain
a chain that answer questions in the specified structure.OpenAIQAWithSourcesChain
: a chain that answer questions providing sources.
- Tools:
OpenAIDallETool
: a tool that uses DallE to generate images from text.
License #
LangChain.dart is licensed under the MIT License.