freeedcom / ai-codereviewer

AI Code Reviewer: Enhance your GitHub workflow with AI-powered code review! Get intelligent feedback and suggestions on pull requests using OpenAI's GPT-4 API, improving code quality and saving developers time.
MIT License
554 stars 522 forks source link

Add support for gpt-4o-mini #77

Open PierreGode opened 1 month ago

PierreGode commented 1 month ago

GPT-4o mini affordable and intelligent small model 128k context length Input: $0.15 | Output: $0.60 per 1M tokens

PierreGode commented 2 weeks ago

@villesau @lfsevergnini @felixAnhalt @mohd-e-mustafa any update on this?

lfsevergnini commented 2 weeks ago

@villesau @lfsevergnini @felixAnhalt @mohd-e-mustafa any update on this?

@PierreGode I'm sorry, but I gave up trying to contribute to this repo since the PRs don't get merged anyway.

You can use my fork if you want, there is support for the model parameter there.

PierreGode commented 2 weeks ago

@lfsevergnini running on gpt-4o-mini from your branch. works like a charm. thank you