pino
Anthropic API reverse proxy with prompt-cache injection and request body transforms
File Explorer
Download Latest Version (.zip)- CODEOWNERS
- pino-proxy.js
- pino.png
- ab-cache-harness.mjs
- usage-tally.mjs
- default.js
- cache.js
- config.js
- logger.js
- model.js
- server.js
- cache.test.js
- fixtures.js
- transform.test.js
- .gitignore
- CLAUDE.md
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/alxsuv/pino
Downloads the entire project code from GitHub to your computer.
cd pino
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
LOG_BODIES=1 npm start
Starts the development/run server.
npm start
Starts the development/run server.
AUTO_CACHE=1 LOG_BODIES=1 npm start
Starts the development/run server.
test/ # node --test suite (run: npm test)
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
