Change Azure Context Length (#2404)

This commit is contained in:
Sarah Wooders 2025-01-30 14:13:40 -08:00 committed by GitHub
commit 95fca06dd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,5 +6,5 @@ AZURE_MODEL_TO_CONTEXT_LENGTH = {
"gpt-35-turbo-0125": 16385,
"gpt-4-0613": 8192,
"gpt-4o-mini-2024-07-18": 128000,
"gpt-4o-2024-08-06": 128000,
"gpt-4o": 128000,
}