Merge pull request #815 from ScrapeGraphAI/813-model-not-found-when-using-anthropic

fix: add new model istance
This commit is contained in:
Marco Vinciguerra 2024-11-21 18:26:03 +01:00 committed by GitHub
commit f8dd2e2ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,