opencode-agent[bot] 3 дней назад
Родитель
Сommit
3a4b49095c
1 измененных файлов с 15 добавлено и 15 удалено
  1. 15 15
      packages/web/src/content/docs/providers.mdx

+ 15 - 15
packages/web/src/content/docs/providers.mdx

@@ -1320,26 +1320,26 @@ To use Kimi K2 from Moonshot AI:
 
 1.  Head over to the [Mistral AI console](https://console.mistral.ai/), create an account, and generate an API key.
 
-2. Run the `/connect` command and search for **Mistral AI**.
+2.  Run the `/connect` command and search for **Mistral AI**.
 
-   ```txt
-   /connect
-   ```
+    ```txt
+    /connect
+    ```
 
-3. Enter your Mistral API key.
+3.  Enter your Mistral API key.
 
-   ```txt
-   ┌ API key
-   │
-   │
-   └ enter
-   ```
+    ```txt
+    ┌ API key
+    
+    
+    └ enter
+    ```
 
-4. Run the `/models` command to select a model like _Mistral Medium_.
+4.  Run the `/models` command to select a model like _Mistral Medium_.
 
-   ```txt
-   /models
-   ```
+    ```txt
+    /models
+    ```
 
 ---