anthropic[patch]: Release 0.1.6 (#20026)

This commit is contained in:
Bagatur 2024-04-04 14:29:50 -07:00 committed by GitHub
parent 6860450e48
commit 1b7ed6071a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -514,7 +514,6 @@
"\n", "\n",
"model = ChatAnthropic(\n", "model = ChatAnthropic(\n",
" model=\"claude-3-opus-20240229\",\n", " model=\"claude-3-opus-20240229\",\n",
" default_headers={\"anthropic-beta\": \"tools-2024-04-04\"},\n",
")\n", ")\n",
"model_with_structure = model.with_structured_output(Joke)\n", "model_with_structure = model.with_structured_output(Joke)\n",
"model_with_structure.invoke(\"Tell me a joke about cats\")" "model_with_structure.invoke(\"Tell me a joke about cats\")"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain-anthropic" name = "langchain-anthropic"
version = "0.1.5" version = "0.1.6"
description = "An integration package connecting AnthropicMessages and LangChain" description = "An integration package connecting AnthropicMessages and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"