mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-21 02:17:12 +00:00
fix(tests): add anthropic_proxy
to configurable test parameters
This commit is contained in:
parent
80068432ed
commit
8848b3e018
@ -270,6 +270,7 @@ def test_configurable_with_default() -> None:
|
|||||||
"max_retries": 2,
|
"max_retries": 2,
|
||||||
"stop_sequences": None,
|
"stop_sequences": None,
|
||||||
"anthropic_api_url": "https://api.anthropic.com",
|
"anthropic_api_url": "https://api.anthropic.com",
|
||||||
|
"anthropic_proxy": None,
|
||||||
"anthropic_api_key": SecretStr("bar"),
|
"anthropic_api_key": SecretStr("bar"),
|
||||||
"betas": None,
|
"betas": None,
|
||||||
"default_headers": None,
|
"default_headers": None,
|
||||||
|
Loading…
Reference in New Issue
Block a user