From 676d75ee750fbd4284254ca9d8168ef8e4b84ab6 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 17 Jun 2025 12:14:38 -0400 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0ddcb02..d649fa27 100644 --- a/README.md +++ b/README.md @@ -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