You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
ChatAnthropic's timeout currently uses a float type, whereas ChatOpenAi supports a Tuple for connection_timeout and read_timeout.
langchain/libs/partners/anthropic/langchain_anthropic/chat_models.py
Line 488 in cb183a9
langchain/libs/partners/openai/langchain_openai/chat_models/base.py
Line 314 in cb183a9
Motivation
I use both ChatAnthropic and ChatOpenAI implementations. For now, I had to ignore connection_timeout.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions