Skip to content

Commit 3e6a037

Browse files
authored
Merge pull request #548 from aziz-ullah-khan/azure-fix
fix azure-openai models_tokens issue
2 parents 8b48af2 + 36d5b15 commit 3e6a037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gpt-4o-mini":128000,
2020

2121
},
22-
"azure": {
22+
"azure_openai": {
2323
"gpt-3.5-turbo-0125": 16385,
2424
"gpt-3.5": 4096,
2525
"gpt-3.5-turbo": 16385,

0 commit comments

Comments
 (0)