Sfoglia il codice sorgente

chore: format code

GitHub Action 2 mesi fa
parent
commit
4d2b265dc4
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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)"
           "name": "Qwen3-Coder: a3b-30b (local)"
         }
         }
       },
       },
-      "limit": {  
-            "context": 128000,  
-            "output": 65536  
+      "limit": {
+        "context": 128000,
+        "output": 65536
       }
       }
     }
     }
   }
   }