Skip to content

Commit 7fb92f2

Browse files
committed
Update AI model to openai/gpt-5-nano
1 parent 92195bf commit 7fb92f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/ai_reviewer/review_project.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module AiReviewer
22
class ReviewProject
33
include AiReviewer::GithubClient
44

5-
MODEL = "google/gemini-2.5-pro"
5+
MODEL = "openai/gpt-5-nano"
66
PROVIDER = :openrouter
77
LLM_TIMEOUT = 10.minutes
88

0 commit comments

Comments
 (0)