We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8de05 commit bb0d057Copy full SHA for bb0d057
.changeset/old-tomatoes-pump.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Token.js
2
3
+## 0.7.1
4
+
5
+### Patch Changes
6
7
+- 2fc6edd: Fix: resolve error where new anthropic models do not work due to hardcoded max token limit
8
9
## 0.7.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "token.js",
- "version": "0.7.0",
+ "version": "0.7.1",
"repository": {
"type": "git",
"url": "https://github.com/token-js/token.js"
0 commit comments