File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ model = "claude-sonnet-4-20250514"
7373autoupdate = true
7474```
7575
76- You can also extend the models.dev database with your own providers and models by placing a ` provider.toml ` file in ` ~/.config/opencode/providers ` .
76+ You can also extend the models.dev database with your own providers and models by placing a ` provider.toml ` file in ` ~/.config/opencode/providers `
7777
7878``` toml
7979# ~/.config/opencode/providers/openrouter/provider.toml
@@ -84,7 +84,7 @@ id = "openrouter"
8484npm = " @openrouter/ai-sdk-provider"
8585```
8686
87- And models in ` ~/.config/opencode/providers/openrouter/models/[model-id] ` .
87+ And models in ` ~/.config/opencode/providers/openrouter/models/[model-id] `
8888
8989``` toml
9090# ~/.config/opencode/providers/openrouter/models/anthropic/claude-3.5-sonnet.toml
You can’t perform that action at this time.
0 commit comments