mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-16 06:02:43 +00:00
model upgrade
This commit is contained in:
parent
92c3bcf9f9
commit
a1c66c805a
5 changed files with 12 additions and 9 deletions
|
|
@ -318,7 +318,7 @@ const authStorage = AuthStorage.create();
|
|||
const modelRegistry = new ModelRegistry(authStorage);
|
||||
|
||||
// Find specific built-in model (doesn't check if API key exists)
|
||||
const opus = getModel("anthropic", "claude-opus-4-5");
|
||||
const opus = getModel("anthropic", "claude-opus-4-6");
|
||||
if (!opus) throw new Error("Model not found");
|
||||
|
||||
// Find any model by provider/id, including custom models from models.json
|
||||
|
|
@ -841,7 +841,7 @@ const statusTool: ToolDefinition = {
|
|||
}),
|
||||
};
|
||||
|
||||
const model = getModel("anthropic", "claude-opus-4-5");
|
||||
const model = getModel("anthropic", "claude-opus-4-6");
|
||||
if (!model) throw new Error("Model not found");
|
||||
|
||||
// In-memory settings with overrides
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue