Aiden Cline 11 месяцев назад
Родитель
Сommit
fb88cb0aa3
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      packages/console/app/src/component/footer.tsx
  2. 1 1
      packages/web/src/content/docs/zen.mdx

+ 2 - 2
packages/console/app/src/component/footer.tsx

@@ -24,10 +24,10 @@ export function Footer() {
         <A href="/docs">Docs</A>
         <A href="/docs">Docs</A>
       </div>
       </div>
       <div data-slot="cell">
       <div data-slot="cell">
-        <A href="https://opencode.ai/discord">Discord</A>
+        <A href="/discord">Discord</A>
       </div>
       </div>
       <div data-slot="cell">
       <div data-slot="cell">
-        <A href="https://x/opencode">X</A>
+        <A href="https://x.com/opencode">X</A>
       </div>
       </div>
     </footer>
     </footer>
   )
   )

+ 1 - 1
packages/web/src/content/docs/zen.mdx

@@ -62,7 +62,7 @@ You are charged per request and you can add credits to your account.
 
 
 You can also access our models through the following API endpoints.
 You can also access our models through the following API endpoints.
 
 
-| Model            | Mode ID          | Endpoint                                      | AI SDK Package              |
+| Model            | Model ID         | Endpoint                                      | AI SDK Package              |
 | ---------------- | ---------------- | --------------------------------------------- | --------------------------- |
 | ---------------- | ---------------- | --------------------------------------------- | --------------------------- |
 | GPT 5            | gpt-5            | `https://opencode.ai/zen/v1/responses`        | `@ai-sdk/openai`            |
 | GPT 5            | gpt-5            | `https://opencode.ai/zen/v1/responses`        | `@ai-sdk/openai`            |
 | GPT 5 Codex      | gpt-5-codex      | `https://opencode.ai/zen/v1/responses`        | `@ai-sdk/openai`            |
 | GPT 5 Codex      | gpt-5-codex      | `https://opencode.ai/zen/v1/responses`        | `@ai-sdk/openai`            |