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-tui",
"version": "0.5.10",
"version": "0.5.11",
"description": "Terminal User Interface library with differential rendering for efficient text-based applications",
"type": "module",
"main": "dist/index.js",