langchain_openai 0.0.7+1 copy "langchain_openai: ^0.0.7+1" to clipboard
langchain_openai: ^0.0.7+1 copied to clipboard

OpenAI module for LangChain.dart.

🦜️🔗 LangChain.dart / OpenAI #

tests docs langchain_openai MIT

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.
  • Agents:
    • OpenAIFunctionsAgent: an agent driven by OpenAIs Functions powered API.

License #

LangChain.dart is licensed under the MIT License.