Browse Source

chore: format code

GitHub Action 3 months ago
parent
commit
4d2b265dc4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/web/src/content/docs/providers.mdx

+ 3 - 3
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
       }
     }
   }