mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 15:16:21 +00:00
anthropic[patch]: Release 0.1.6 (#20026)
This commit is contained in:
parent
6860450e48
commit
1b7ed6071a
@ -514,7 +514,6 @@
|
||||
"\n",
|
||||
"model = ChatAnthropic(\n",
|
||||
" model=\"claude-3-opus-20240229\",\n",
|
||||
" default_headers={\"anthropic-beta\": \"tools-2024-04-04\"},\n",
|
||||
")\n",
|
||||
"model_with_structure = model.with_structured_output(Joke)\n",
|
||||
"model_with_structure.invoke(\"Tell me a joke about cats\")"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langchain-anthropic"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
description = "An integration package connecting AnthropicMessages and LangChain"
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
|
Loading…
Reference in New Issue
Block a user