From 8b8a358de1005970c3316c0a9ff0088ad1474232 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Fri, 9 Jan 2026 18:45:03 -0600 Subject: update docs and auth methods for openai --- packages/console/app/src/routes/index.tsx | 6 ++++++ packages/console/app/src/routes/temp.tsx | 3 +++ 2 files changed, 9 insertions(+) (limited to 'packages/console/app') diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index a59a8f8db..830bd9c95 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -195,6 +195,12 @@ export default function Home() { Claude Pro Log in with Anthropic to use your Claude Pro or Max account +
  • + [*] +
    + ChatGPT Plus/Pro Log in with OpenAI to use your ChatGPT Plus or Pro account +
    +
  • [*]
    diff --git a/packages/console/app/src/routes/temp.tsx b/packages/console/app/src/routes/temp.tsx index 28883fca7..68bda67da 100644 --- a/packages/console/app/src/routes/temp.tsx +++ b/packages/console/app/src/routes/temp.tsx @@ -91,6 +91,9 @@ export default function Home() {
  • Claude Pro Log in with Anthropic to use your Claude Pro or Max account
  • +
  • + ChatGPT Plus/Pro Log in with OpenAI to use your ChatGPT Plus or Pro account +
  • Use any model Supports 75+ LLM providers through{" "} Models.dev, including local models -- cgit v1.2.3