mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-18 21:21:11 +02:00
feat(models): switch signed-in default model to Gemini 3.5 Flash
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
98fe9106cb
commit
0ccce7f1e2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { IModelConfigRepo } from "./repo.js";
|
||||||
import { isSignedIn } from "../account/account.js";
|
import { isSignedIn } from "../account/account.js";
|
||||||
import container from "../di/container.js";
|
import container from "../di/container.js";
|
||||||
|
|
||||||
const SIGNED_IN_DEFAULT_MODEL = "anthropic/claude-opus-4.7";
|
const SIGNED_IN_DEFAULT_MODEL = "google/gemini-3.5-flash";
|
||||||
const SIGNED_IN_DEFAULT_PROVIDER = "rowboat";
|
const SIGNED_IN_DEFAULT_PROVIDER = "rowboat";
|
||||||
// KG note-creation historically failed on identity (self-notes, perspective
|
// KG note-creation historically failed on identity (self-notes, perspective
|
||||||
// flips, misread outbound email) — root cause was the owner block never being
|
// flips, misread outbound email) — root cause was the owner block never being
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue