Skip to Content
OpenSlop 1.2 is released 🎉
Config

Configuration

The .openslop/config.json file is the base of OpenSlop. It stores baseUrl, apiKey and model name for the agent.

Basic Options

Below is the schema of the config file. You can find it in your home directory under .openslop

{ apiKey: "string", baseUrl: "string", model: "string" }

If you haven’t yet, read about Getting Started.

Last updated on