mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-24 20:28:16 +02:00
minor ui fixes and default model to claude
This commit is contained in:
parent
dfd4075e0e
commit
aa8dfb74ad
2 changed files with 46 additions and 33 deletions
|
|
@ -4,7 +4,7 @@ import { IModelConfigRepo } from "./repo.js";
|
|||
import { isSignedIn } from "../account/account.js";
|
||||
import container from "../di/container.js";
|
||||
|
||||
const SIGNED_IN_DEFAULT_MODEL = "gpt-5.4";
|
||||
const SIGNED_IN_DEFAULT_MODEL = "anthropic/claude-opus-4.7";
|
||||
const SIGNED_IN_DEFAULT_PROVIDER = "rowboat";
|
||||
const SIGNED_IN_KG_MODEL = "google/gemini-3.1-flash-lite";
|
||||
const SIGNED_IN_LIVE_NOTE_AGENT_MODEL = "google/gemini-3.1-flash-lite";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue