Is Jev an instrument?
- Patrick Star
A tiny terminal tool to finally answer the ultimate question of life: What is an instrument?
The answer is provided by Squidward Typesafe's Jev model.
Requires Python 3.12+, uv, and an interactive terminal with ANSI escape sequence support (such as Windows Terminal, PowerShell in a modern Windows console, or a macOS/Linux terminal).
uv tool install git+https://github.com/DaStru/jevtrick.gitSet a base URL and API key for a provider that offers Jev. For example, with OpenRouter:
export TYPESAFE_BASE_URL="https://openrouter.ai/api"
export TYPESAFE_API_KEY="your-openrouter-api-key"
jevtrickOn Windows PowerShell, set the variables with:
$env:TYPESAFE_BASE_URL = "https://openrouter.ai/api"
$env:TYPESAFE_API_KEY = "your-openrouter-api-key"
jevtrick