OpenAI's models are missing some versions of gpt-4o #5834
moseshu
started this conversation in
Feature suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can you add chatgpt-4o-latest in autogen_ext/models/openai/_model_info.py
like this
"chatgpt-4o-latest": {
"vision": False,
"function_calling": False,
"json_output": True,
"family": ModelFamily.GPT_4O,
},
Beta Was this translation helpful? Give feedback.
All reactions