diff options
| author | GitHub Action <[email protected]> | 2025-11-26 19:10:51 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-11-26 19:10:51 +0000 |
| commit | 4d2b265dc4a944cdf885672d0d04baee8827e253 (patch) | |
| tree | 601145e06b58ec761e5850afdc49bd190e8e6ecb /packages/web | |
| parent | 1854245bd35901a91a243e8e0a07d8db961a7192 (diff) | |
| download | opencode-4d2b265dc4a944cdf885672d0d04baee8827e253.tar.gz opencode-4d2b265dc4a944cdf885672d0d04baee8827e253.zip | |
chore: format code
Diffstat (limited to 'packages/web')
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index 716402b88..0e8019082 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -671,9 +671,9 @@ You can configure opencode to use local models through [llama.cpp's](https://git "name": "Qwen3-Coder: a3b-30b (local)" } }, - "limit": { - "context": 128000, - "output": 65536 + "limit": { + "context": 128000, + "output": 65536 } } } |
