mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
- add browser smoke bundling check to root check + pre-commit - lazy-load Bedrock provider registration to avoid browser graph traversal - remove top-level OAuth runtime exports from @mariozechner/pi-ai - add @mariozechner/pi-ai/oauth subpath export and update coding-agent imports - move proxy dispatcher init to coding-agent CLI (Node-only) - document Bedrock/OAuth browser limitations closes #1814
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
import { complete, getModel } from "@mariozechner/pi-ai";
|
|
|
|
const model = getModel("google", "gemini-2.5-flash");
|
|
console.log(model.id, typeof complete);
|