update demo docs and comments to reflect native-first approach

This commit is contained in:
Adil Hafeez 2026-03-04 15:37:20 -08:00
parent c20b45a3e8
commit e5ea3f9730
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
8 changed files with 43 additions and 46 deletions

View file

@ -6,8 +6,8 @@
# that manage their own API key validation.
#
# To test:
# docker build -t plano-passthrough-test .
# docker run -d -p 10000:10000 -v $(pwd)/config/test_passthrough.yaml:/app/plano_config.yaml plano-passthrough-test
# pip install planoai
# planoai up config/test_passthrough.yaml
#
# curl http://localhost:10000/v1/chat/completions \
# -H "Authorization: Bearer sk-your-virtual-key" \