Here's the full setup to make Pi use OpenRouter by default, with your API key stored locally inside Pi's own config (no system-wide env var needed):
Step 1 — Create Pi's config directory (if it doesn't exist)
mkdir -p ~/.pi/agentHere's the full setup to make Pi use OpenRouter by default, with your API key stored locally inside Pi's own config (no system-wide env var needed):
Step 1 — Create Pi's config directory (if it doesn't exist)
mkdir -p ~/.pi/agentSee how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
brew install cuetools flac ffmpeg shntool
$ shnsplit -o flac -f file.cue file.flac
| public class Base62 { | |
| public static final String ALPHABET = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; | |
| public static final int BASE = ALPHABET.length(); | |
| private Base62() {} | |
| public static String fromBase10(int i) { | |
| StringBuilder sb = new StringBuilder(""); |