fix: rename pi-agent to pi-agent-core (npm deprecation issue)

This commit is contained in:
Mario Zechner 2025-11-21 22:20:00 +01:00
parent 56450a4f19
commit e1856daf57
16 changed files with 37 additions and 53 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-ai",
"version": "0.9.0",
"version": "0.9.1",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",

View file

@ -4278,8 +4278,8 @@ export const MODELS = {
reasoning: false,
input: ["text", "image"],
cost: {
input: 0.049999999999999996,
output: 0.22,
input: 0.03,
output: 0.11,
cacheRead: 0,
cacheWrite: 0,
},