mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
12 lines
294 B
Python
12 lines
294 B
Python
AZURE_MODEL_TO_CONTEXT_LENGTH = {
|
|
"babbage-002": 16384,
|
|
"davinci-002": 16384,
|
|
"gpt-35-turbo-0613": 4096,
|
|
"gpt-35-turbo-1106": 16385,
|
|
"gpt-35-turbo-0125": 16385,
|
|
"gpt-4-0613": 8192,
|
|
"gpt-4o-mini-2024-07-18": 128000,
|
|
"gpt-4o-mini": 128000,
|
|
"gpt-4o": 128000,
|
|
}
|