Skip to content

Commit

Permalink
Merge pull request #4112 from janhq/enhancement/max-token-limit-claude
Browse files Browse the repository at this point in the history
enhancement: increased max-token limit claude-3.5
  • Loading branch information
louis-jan authored Nov 26, 2024
2 parents 6018500 + 4f45bd8 commit ea1600d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/inference-anthropic-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janhq/inference-anthropic-extension",
"productName": "Anthropic Inference Engine",
"version": "1.0.2",
"version": "1.0.3",
"description": "This extension enables Anthropic chat completion API calls",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 4096,
"max_tokens": 8192,
"temperature": 0.7,
"stream": true
},
Expand Down

0 comments on commit ea1600d

Please sign in to comment.