mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
fix: add new model istance
This commit is contained in:
parent
1df7eb0bcd
commit
2f3cafeab0
@ -161,6 +161,7 @@ models_tokens = {
|
||||
"claude-3-sonnet-20240229": 200000,
|
||||
"claude-3-haiku-20240307": 200000,
|
||||
"claude-3-5-sonnet-20240620": 200000,
|
||||
"claude-3-5-haiku-latest": 200000,
|
||||
"claude-3-haiku-20240307": 4000,
|
||||
},
|
||||
"bedrock": {
|
||||
@ -168,6 +169,7 @@ models_tokens = {
|
||||
"anthropic.claude-3-sonnet-20240229-v1:0": 200000,
|
||||
"anthropic.claude-3-opus-20240229-v1:0": 200000,
|
||||
"anthropic.claude-3-5-sonnet-20240620-v1:0": 200000,
|
||||
"claude-3-5-haiku-latest": 200000,
|
||||
"anthropic.claude-v2:1": 200000,
|
||||
"anthropic.claude-v2": 100000,
|
||||
"anthropic.claude-instant-v1": 100000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user