mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
import { complete, getModel } from "@earendil-works/pi-ai";
|
|
|
|
const model = getModel("google", "gemini-2.5-flash");
|
|
console.log(model.id, typeof complete);
|