diff options
| author | Dax Raad <[email protected]> | 2025-06-18 11:06:16 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-18 11:06:16 -0400 |
| commit | ebe51534a16eda0e4cd74c767f354eb1d52fd563 (patch) | |
| tree | d2437a419edb3f966bb5e8eb1e29812804b1695d /README.md | |
| parent | b8bbee47180acb82a298783d4b8aabac5b1527ab (diff) | |
| download | opencode-ebe51534a16eda0e4cd74c767f354eb1d52fd563.tar.gz opencode-ebe51534a16eda0e4cd74c767f354eb1d52fd563.zip | |
allow setting options in global provider store
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ Start with a `provider.toml` file in `~/.config/opencode/providers` name = "OpenRouter" env = ["OPENROUTER_API_KEY"] npm = "@openrouter/ai-sdk-provider" + +[options] +baseURL = "https://api.openrouter.ai" # optional settings ``` And models in `~/.config/opencode/providers/openrouter/models/[model-id]` |
