diff options
| author | Dax Raad <[email protected]> | 2025-06-17 12:14:38 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-17 12:14:38 -0400 |
| commit | 676d75ee750fbd4284254ca9d8168ef8e4b84ab6 (patch) | |
| tree | 3d54a1d20b982bfce4207a6a30fe4f9142c850a4 /README.md | |
| parent | 70dc0a12f2530345a0c8b29a75025bd39c849c16 (diff) | |
| download | opencode-676d75ee750fbd4284254ca9d8168ef8e4b84ab6.tar.gz opencode-676d75ee750fbd4284254ca9d8168ef8e4b84ab6.zip | |
docs: update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ model = "claude-sonnet-4-20250514" autoupdate = true ``` -You can also extend the models.dev database with your own providers and models by placing a `provider.toml` file in `~/.config/opencode/providers`. +You can also extend the models.dev database with your own providers and models by placing a `provider.toml` file in `~/.config/opencode/providers` ```toml # ~/.config/opencode/providers/openrouter/provider.toml @@ -84,7 +84,7 @@ id = "openrouter" npm = "@openrouter/ai-sdk-provider" ``` -And models in `~/.config/opencode/providers/openrouter/models/[model-id]`. +And models in `~/.config/opencode/providers/openrouter/models/[model-id]` ```toml # ~/.config/opencode/providers/openrouter/models/anthropic/claude-3.5-sonnet.toml |
