mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-16 12:32:06 +00:00
This PR updates `PromptLayerOpenAI` to now support requests using the [Async API](https://langchain.readthedocs.io/en/latest/modules/llms/async_llm.html) It also updates the documentation on Async API to let users know that PromptLayerOpenAI also supports this. `PromptLayerOpenAI` now redefines `_agenerate` a similar was to how it redefines `_generate` |
||
---|---|---|
.. | ||
examples | ||
integrations | ||
async_llm.ipynb | ||
generic_how_to.rst | ||
getting_started.ipynb | ||
how_to_guides.rst | ||
integrations.rst | ||
key_concepts.md | ||
streaming_llm.ipynb |