model upgrade

This commit is contained in:
Harivansh Rathi 2026-03-09 16:37:39 -07:00
parent 92c3bcf9f9
commit a1c66c805a
5 changed files with 12 additions and 9 deletions

View file

@ -151,7 +151,7 @@ function getDefaultAgentDir(): string {
* // With explicit model
* import { getModel } from '@mariozechner/pi-ai';
* const { session } = await createAgentSession({
* model: getModel('anthropic', 'claude-opus-4-5'),
* model: getModel('anthropic', 'claude-opus-4-6'),
* thinkingLevel: 'high',
* });
*