Codium-ai / pr-agent

🚀CodiumAI PR-Agent: An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍
Apache License 2.0
5.61k stars 516 forks source link

Default configuration.toml models #1164

Closed MarkRx closed 2 weeks ago

MarkRx commented 3 weeks ago

Currently the configuration.toml defaults have the turbo model in "model" and the 4o non-turbo model in "model_turbo". Is this correct?

[config]
# models
model="gpt-4-turbo-2024-04-09"
model_turbo="gpt-4o-2024-08-06"
fallback_models=["gpt-4o-2024-05-13"]

https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L3-L4

mrT23 commented 3 weeks ago

it is correct. its openAI fault, they made a mess of the names

"gpt-4-turbo-..." is currently the strongest (and slowest) model they have. "gpt-4o-..." is the mid-level model. lower quality, but faster, and less expensive