How Mods works
Mods reads standard input (or a prompt you provide as an argument), sends it to a language model, and prints the result. You can prefix the input with a prompt from the Mods arguments, and optionally format the output as Markdown. This lets you pipe command output to an LLM for analysis or transformation.Get started
Obtain your API key
Get your API key from the Runpod Settings page.
Install Mods
Follow the installation instructions for Mods based on your system.
Configure Runpod
Update the Replace the following values:
config_template.yml file with your Runpod configuration:base-url: Your specific endpoint URL.api-key-env: Your Runpod API key.openchat/openchat-3.5-1210: The model name you want to use.aliases: ["openchat"]: Your preferred model alias.max-input-chars: The maximum input characters for your model.