METADATA 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Metadata-Version: 2.4
  2. Name: langchain-openai
  3. Version: 1.1.3
  4. Summary: An integration package connecting OpenAI and LangChain
  5. Project-URL: Homepage, https://docs.langchain.com/oss/python/integrations/providers/openai
  6. Project-URL: Documentation, https://reference.langchain.com/python/integrations/langchain_openai/
  7. Project-URL: Source, https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai
  8. Project-URL: Changelog, https://github.com/langchain-ai/langchain/releases?q=%22langchain-openai%22
  9. Project-URL: Twitter, https://x.com/LangChainAI
  10. Project-URL: Slack, https://www.langchain.com/join-community
  11. Project-URL: Reddit, https://www.reddit.com/r/LangChain/
  12. License: MIT
  13. License-File: LICENSE
  14. Requires-Python: <4.0.0,>=3.10.0
  15. Requires-Dist: langchain-core<2.0.0,>=1.1.3
  16. Requires-Dist: openai<3.0.0,>=1.109.1
  17. Requires-Dist: tiktoken<1.0.0,>=0.7.0
  18. Description-Content-Type: text/markdown
  19. # langchain-openai
  20. [![PyPI - Version](https://img.shields.io/pypi/v/langchain-openai?label=%20)](https://pypi.org/project/langchain-openai/#history)
  21. [![PyPI - License](https://img.shields.io/pypi/l/langchain-openai)](https://opensource.org/licenses/MIT)
  22. [![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-openai)](https://pypistats.org/packages/langchain-openai)
  23. [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI)](https://twitter.com/langchainai)
  24. Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs).
  25. ## Quick Install
  26. ```bash
  27. pip install langchain-openai
  28. ```
  29. ## 🤔 What is this?
  30. This package contains the LangChain integrations for OpenAI through their `openai` SDK.
  31. ## 📖 Documentation
  32. For full documentation, see the [API reference](https://reference.langchain.com/python/integrations/langchain_openai/). For conceptual guides, tutorials, and examples on using these classes, see the [LangChain Docs](https://docs.langchain.com/oss/python/integrations/providers/openai).
  33. ## 📕 Releases & Versioning
  34. See our [Releases](https://docs.langchain.com/oss/python/release-policy) and [Versioning](https://docs.langchain.com/oss/python/versioning) policies.
  35. ## 💁 Contributing
  36. As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
  37. For detailed information on how to contribute, see the [Contributing Guide](https://docs.langchain.com/oss/python/contributing/overview).