Skip to content

Commit 03f4a3a

Browse files
committed
fix: azure models
1 parent 007488d commit 03f4a3a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@
1818
"gpt-4o": 128000,
1919
},
2020
"azure": {
21-
"gpt-3.5-turbo": 4096,
21+
"gpt-3.5-turbo-0125": 16385,
22+
"gpt-3.5": 4096,
23+
"gpt-3.5-turbo": 16385,
24+
"gpt-3.5-turbo-1106": 16385,
25+
"gpt-3.5-turbo-instruct": 4096,
26+
"gpt-4-0125-preview": 128000,
27+
"gpt-4-turbo-preview": 128000,
28+
"gpt-4-turbo": 128000,
29+
"gpt-4-turbo-2024-04-09": 128000,
30+
"gpt-4-1106-preview": 128000,
31+
"gpt-4-vision-preview": 128000,
2232
"gpt-4": 8192,
2333
"gpt-4-0613": 8192,
2434
"gpt-4-32k": 32768,

0 commit comments

Comments
 (0)