summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-17 12:12:33 -0400
committerDax Raad <[email protected]>2025-06-17 12:12:33 -0400
commit70dc0a12f2530345a0c8b29a75025bd39c849c16 (patch)
tree42cf8669465bb0bead387cc1427791b6063040d8 /README.md
parentd579c5e8aae4d18b9d6409ebb3ebd40146345d97 (diff)
downloadopencode-70dc0a12f2530345a0c8b29a75025bd39c849c16.tar.gz
opencode-70dc0a12f2530345a0c8b29a75025bd39c849c16.zip
docs: readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 49d9ad276..e0ddcb022 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,8 @@ If there are additional providers you want to use you can submit a PR to the [Mo
Some basic configuration is available in the global config file.
-```toml title="~/.config/opencode/config.toml"
+```toml
+# ~/.config/opencode/config
theme = "opencode"
provider = "anthropic"
model = "claude-sonnet-4-20250514"
@@ -74,7 +75,8 @@ 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`.
-```toml title="~/.config/opencode/providers/openrouter/provider.toml"
+```toml
+# ~/.config/opencode/providers/openrouter/provider.toml
[provider]
name = "OpenRouter"
env = ["OPENROUTER_API_KEY"]
@@ -84,7 +86,8 @@ npm = "@openrouter/ai-sdk-provider"
And models in `~/.config/opencode/providers/openrouter/models/[model-id]`.
-```toml title="~/.config/opencode/providers/openrouter/models/anthropic/claude-3.5-sonnet.toml"
+```toml
+# ~/.config/opencode/providers/openrouter/models/anthropic/claude-3.5-sonnet.toml
name = "Claude 4 Sonnet"
attachment = true
reasoning = false