From 86a22a42bbad7302805eb2e7ac3e10d3616e306a Mon Sep 17 00:00:00 2001 From: mamad Date: Thu, 27 Aug 2026 20:29:06 +0330 Subject: [PATCH] config(ai): set default model to google/gemini-3.5-flash for orcarouter byok --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 2244a7b..21672e8 100644 --- a/.env.example +++ b/.env.example @@ -18,7 +18,7 @@ REVIEW_CHANNEL_ID= AI_PROVIDER=openai AI_BASE_URL=https://api.orcarouter.ai/v1 AI_API_KEY= -AI_MODEL=orcarouter/auto +AI_MODEL=google/gemini-3.5-flash # ======================================================= # PostgreSQL (Configured for Docker Compose)