Proxy Setup Tutorial
Learn how to slam any local Python or Node.js script straight through the KeyKing Axum Proxy in under 60 seconds. No excuses.
Step-by-Step
1Start the Proxy
Fire up the KeyKing Desktop App. Make sure the "Proxy Running" indicator is blazing green. It violently binds to port 8787 by default.
2Copy System Key
Navigate to the Dashboard. Click the "Copy System Key" button. This is your local authentication token.
3Point your code to Localhost
Terminal
export OPENAI_BASE_URL=http://localhost:8787/v1 export OPENAI_API_KEY=<YOUR_SYSTEM_KEY> python test.py