mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
Merge pull request #815 from ScrapeGraphAI/813-model-not-found-when-using-anthropic
fix: add new model istance
This commit is contained in:
commit
f8dd2e2ffa
@ -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