ChrisTimperley / RepairChain

AIxCC: automated vulnerability repair via LLMs, search, and static analysis
Apache License 2.0
3 stars 0 forks source link

Decide which language model should be used for template-based repair #63

Closed ChrisTimperley closed 1 month ago

ChrisTimperley commented 2 months ago

Current code relies on the default project settings. If we want to stick to that approach, we should make sure that the setting is good.

_Originally posted by @ChrisTimperley in https://github.com/ChrisTimperley/RepairChain/pull/54#discussion_r1677132954_

rubengmartins commented 2 months ago

I believe that the default model is oai-gpt-4o which is the best overall for our setup and the one I recommend. This is mostly because that is the model that I worked the most with and the one that most things were tuned for.

ChrisTimperley commented 1 month ago

Sticking to the default model "oai-gpt-4o"