Open truongnh1992 opened 1 month ago
Hi, The repo ai-codereviewer currently uses a GPT model for code analysis. Is it possible to use the
Gemini
model instead?
After checking the code: yes. But you must fork the repo, modify it to use https://github.com/google-gemini/generative-ai-js instead of OpenAI library and then builld it yourself
So no then? haha
So no then? haha
Its a yes. You must modify the src to use gemini instead of openai, but it's possible to do
The question was does this repo support Gemini, and the answer to that is no unless you fork it.
The question was does this repo support Gemini, and the answer to that is no unless you fork it.
Oh my bad. Yeah then its a no
Hi, The repo ai-codereviewer currently uses a GPT model for code analysis. Is it possible to use the
Gemini
model instead?