langchain/libs/partners/cohere
Massimiliano Pronesti 06dac394a6
cohere[patch]: support request timeout in BaseCohere (#19641)
As in #19346, this PR exposes `request_timeout` in `BaseCohere`, while
`max_retires` is no longer a parameter of the beneath client
(`cohere.Client`) and it is already configured in
`langchain_cohere.llms.Cohere`.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-04-01 14:16:32 -07:00
..
docs cohere[patch]: misc fixs tool use agent and cohere chat (#19705) 2024-03-28 10:19:38 -07:00
langchain_cohere cohere[patch]: support request timeout in BaseCohere (#19641) 2024-04-01 14:16:32 -07:00
scripts cohere[patch]: add cohere as a partner package (#19049) 2024-03-25 20:23:47 +00:00
tests cohere[patch]: misc fixs tool use agent and cohere chat (#19705) 2024-03-28 10:19:38 -07:00
.gitignore cohere[patch]: add cohere as a partner package (#19049) 2024-03-25 20:23:47 +00:00
LICENSE cohere[patch]: add cohere as a partner package (#19049) 2024-03-25 20:23:47 +00:00
Makefile cohere[patch]: add cohere as a partner package (#19049) 2024-03-25 20:23:47 +00:00
poetry.lock cohere[patch]: Add cohere tools agent (#19602) 2024-03-27 18:35:43 -07:00
pyproject.toml cohere[patch]: release 0.1.0rc1 (rc1-2 never released) (#19731) 2024-03-28 19:12:22 +00:00
README.md cohere[patch]: add cohere as a partner package (#19049) 2024-03-25 20:23:47 +00:00

langchain-cohere