docs(ai): Fix model names in README examples

- Changed gpt-4o-mini to gpt-5-mini in examples to match actual model names
- Minor formatting fixes
This commit is contained in:
Mario Zechner 2025-08-30 21:48:17 +02:00
parent dae40167a3
commit 889208dccd
10 changed files with 116 additions and 116 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.5.10",
"version": "0.5.11",
"description": "CLI tool for managing vLLM deployments on GPU pods",
"type": "module",
"bin": {
@ -34,7 +34,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"@mariozechner/pi-agent": "^0.5.10",
"@mariozechner/pi-agent": "^0.5.11",
"chalk": "^5.5.0"
},
"devDependencies": {}