mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 13:27:36 +00:00
Update to Anthropic's claude-v2 (#7793)
This commit is contained in:
parent
98c48f303a
commit
9cdea4e0e1
@ -16,7 +16,7 @@ from langchain.utils import check_package_version, get_from_dict_or_env
|
|||||||
class _AnthropicCommon(BaseModel):
|
class _AnthropicCommon(BaseModel):
|
||||||
client: Any = None #: :meta private:
|
client: Any = None #: :meta private:
|
||||||
async_client: Any = None #: :meta private:
|
async_client: Any = None #: :meta private:
|
||||||
model: str = "claude-v1"
|
model: str = "claude-2"
|
||||||
"""Model name to use."""
|
"""Model name to use."""
|
||||||
|
|
||||||
max_tokens_to_sample: int = 256
|
max_tokens_to_sample: int = 256
|
||||||
|
Loading…
Reference in New Issue
Block a user