jgravelle / AutoGroq

AutoGroq is a groundbreaking tool that revolutionizes the way users interact with Autogen™ and other AI assistants. By dynamically generating tailored teams of AI agents based on your project requirements, AutoGroq eliminates the need for manual configuration and allows you to tackle any question, problem, or project with ease and efficiency.
https://autogroq.streamlit.app/
1.31k stars 440 forks source link

Misconfiguration when using gpt-4o leads to gpt-4 being used #20

Closed felipe-de-godoy closed 4 months ago

felipe-de-godoy commented 4 months ago

When attempting to use the 'gpt-4o' parameter, the system still uses 'gpt-4'.

jgravelle commented 4 months ago

Boa descoberta!

You've actually unearthed a much larger problem. With the multi-model scheme, that entire section should probably be unique to each provider. I'm on it. Thanks...

felipe-de-godoy commented 4 months ago

I made a pull request correcting some parameters that were frozen in 'gpt-4', and fixed it for me (at least in open ai billing lol) https://github.com/jgravelle/AutoGroq/pull/21