2
0

⬇️ Downgrade anthropic sdk to make it compatible with ai sdk

This commit is contained in:
Baptiste Arnaud
2024-03-15 08:50:07 +01:00
parent ff3807a265
commit 3f294c9093
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
"typescript": "5.3.2"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.16.1",
"@anthropic-ai/sdk": "0.15.0",
"ai": "3.0.12"
}
}