Skip to content

Commit 0ba3a59

Browse files
committed
Update models_tokens.py
1 parent eb41f0d commit 0ba3a59

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
"azure": {
2424
"gpt-3.5-turbo": 4096,
2525
"gpt-4": 8192,
26-
"gpt-4-32k": 32768
26+
"gpt-4-0613": 8192,
27+
"gpt-4-32k": 32768,
28+
"gpt-4-32k-0613": 32768,
29+
"gpt-4o": 128000,
2730
},
2831
"gemini": {
2932
"gemini-pro": 128000,
@@ -131,7 +134,8 @@
131134
"cognitivecomputations/dolphin-2.5-mixtral-8x7b": 32768,
132135
"TheBloke/dolphin-2.7-mixtral-8x7b-GGUF": 32768,
133136
"deepseek-ai/DeepSeek-V2": 131072,
134-
"deepseek-ai/DeepSeek-V2-Chat": 131072
137+
"deepseek-ai/DeepSeek-V2-Chat": 131072,
138+
"claude-3-haiku": 200000
135139
},
136140
"deepseek": {
137141
"deepseek-chat": 32768,

0 commit comments

Comments
 (0)