mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-13 00:24:23 +00:00
Updated gpt-4o pointer version to latest (#3855)
This commit is contained in:
parent
2e59a0db3e
commit
4ff062d5b3
@ -5,7 +5,7 @@ from ._model_client import ModelCapabilities
|
|||||||
# Based on: https://platform.openai.com/docs/models/continuous-model-upgrades
|
# Based on: https://platform.openai.com/docs/models/continuous-model-upgrades
|
||||||
# This is a moving target, so correctness is checked by the model value returned by openai against expected values at runtime``
|
# This is a moving target, so correctness is checked by the model value returned by openai against expected values at runtime``
|
||||||
_MODEL_POINTERS = {
|
_MODEL_POINTERS = {
|
||||||
"gpt-4o": "gpt-4o-2024-05-13",
|
"gpt-4o": "gpt-4o-2024-08-06",
|
||||||
"gpt-4o-mini": "gpt-4o-mini-2024-07-18",
|
"gpt-4o-mini": "gpt-4o-mini-2024-07-18",
|
||||||
"gpt-4-turbo": "gpt-4-turbo-2024-04-09",
|
"gpt-4-turbo": "gpt-4-turbo-2024-04-09",
|
||||||
"gpt-4-turbo-preview": "gpt-4-0125-preview",
|
"gpt-4-turbo-preview": "gpt-4-0125-preview",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user