mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-25 17:35:45 +00:00
update to use 3 flash
This commit is contained in:
@@ -17,7 +17,7 @@ import * as readline from "node:readline";
|
||||
// ─── Config ──────────────────────────────────────────────────────────────────
|
||||
|
||||
const PROJECT_PATH = "./project.inlang";
|
||||
const MODEL_NAME = "gemini-2.5-flash";
|
||||
const MODEL_NAME = "gemini-3-flash-preview";
|
||||
const BATCH_SIZE = 32;
|
||||
const CONCURRENCY = 4; // Max simultaneous Gemini requests per language
|
||||
|
||||
|
||||
Reference in New Issue
Block a user