You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/chat_models
Mose Tronci a9dbe90447
Exponential back-off support for Google PaLM api (#4001)
This PR adds exponential back-off to the Google PaLM api to gracefully
handle rate limiting errors.

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
__init__.py Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 1 year ago
anthropic.py Callbacks Refactor [base] (#3256) 1 year ago
azure_openai.py Harrison/azure content filter (#4645) 1 year ago
base.py add async default (#4701) 1 year ago
google_palm.py Exponential back-off support for Google PaLM api (#4001) 1 year ago
openai.py Harrison/chatopenaibase path (#4656) 1 year ago
promptlayer_openai.py Add Invocation Params (#4509) 1 year ago