Open jan-rodriguez opened 2 months ago
gpt-4o-mini is also way worse at function calling. Probably changing this default will cause a lot of issues 😓 But will need to happen at some point
Really? From my experience it's better at function calling (for my particular case). It's actually the reason I was making this change. I was getting unexpected responses from gpt-3.5-turbo
where it would return multiple function calls for a simple task when there were multiple tools specified, but using gpt-4o-mini
was returning the correct number of function calls
We can also make it gpt-4o
instead of gpt-4o-mini
as it would do better in function calling, but would be significantly more expensive
I think 4o-mini is the right call, but it may take some significant validation (mostly making sure a lot of our agentic openai notebooks still work as expected)
Feature Description
Update OpenAI default model to use gpt-4o-mini from gpt-3.5-turbo
Reason
No response
Value of Feature
According to OpenAI's documentation they recommend using
gpt-4o-mini
overgpt-3.5-turbo