langchain/docs/modules/llms
Jonathan Pedoeem 05ad399abe
Update PromptLayerOpenAI LLM to include support for ASYNC API (#1066)
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`
2023-02-15 22:48:09 -08:00
..
examples Harrison/fake llm (#990) 2023-02-11 15:12:35 -08:00
integrations Update PromptLayerOpenAI LLM usage instructions in documentation (#1053) 2023-02-15 22:37:48 -08:00
async_llm.ipynb Update PromptLayerOpenAI LLM to include support for ASYNC API (#1066) 2023-02-15 22:48:09 -08:00
generic_how_to.rst Harrison/fake llm (#990) 2023-02-11 15:12:35 -08:00
getting_started.ipynb Enable streaming for OpenAI LLM (#986) 2023-02-14 15:06:14 -08:00
how_to_guides.rst Enable streaming for OpenAI LLM (#986) 2023-02-14 15:06:14 -08:00
integrations.rst Harrison/llm integrations (#1039) 2023-02-13 22:06:25 -08:00
key_concepts.md Docs refactor (#480) 2023-01-02 08:24:09 -08:00
streaming_llm.ipynb Enable streaming for OpenAI LLM (#986) 2023-02-14 15:06:14 -08:00