Files
langchain-python/langchain
rafael 1cc7ea333c chat_models.openai: Set tenacity timeout to openai's recommendation (#2768)
[OpenAI's
cookbook](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_handle_rate_limits.ipynb)
suggest a tenacity backoff between 1 and 60 seconds. Currently
langchain's backoff is between 4 and 10 seconds, which causes frequent
timeout errors on my end.

This PR changes the timeout to the suggested values.
2023-04-13 22:08:46 -07:00
..
2023-04-11 22:02:37 -07:00
2023-03-22 23:15:04 -07:00
2023-04-13 21:31:18 -07:00
2023-04-13 10:03:43 -07:00
2023-04-13 22:01:32 -07:00
2023-04-02 14:57:45 -07:00
2023-04-12 14:16:58 -07:00
2022-10-24 14:51:15 -07:00
2022-11-12 11:22:32 -08:00
2023-02-20 21:15:45 -08:00
2023-04-06 23:03:09 -07:00
2023-01-19 14:48:30 -08:00