mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: azure models
This commit is contained in:
parent
007488d78b
commit
03f4a3aa29
@ -18,7 +18,17 @@ models_tokens = {
|
||||
"gpt-4o": 128000,
|
||||
},
|
||||
"azure": {
|
||||
"gpt-3.5-turbo": 4096,
|
||||
"gpt-3.5-turbo-0125": 16385,
|
||||
"gpt-3.5": 4096,
|
||||
"gpt-3.5-turbo": 16385,
|
||||
"gpt-3.5-turbo-1106": 16385,
|
||||
"gpt-3.5-turbo-instruct": 4096,
|
||||
"gpt-4-0125-preview": 128000,
|
||||
"gpt-4-turbo-preview": 128000,
|
||||
"gpt-4-turbo": 128000,
|
||||
"gpt-4-turbo-2024-04-09": 128000,
|
||||
"gpt-4-1106-preview": 128000,
|
||||
"gpt-4-vision-preview": 128000,
|
||||
"gpt-4": 8192,
|
||||
"gpt-4-0613": 8192,
|
||||
"gpt-4-32k": 32768,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user