From 7bb8eea6da0d9b99a20ea964e3f7da73f34b3496 Mon Sep 17 00:00:00 2001 From: marius-kilocode Date: Mon, 20 Apr 2026 12:48:50 +0200 Subject: [PATCH] fix(kilo-docs): update ChatGPT pricing link --- .../kilo-docs/pages/ai-providers/openai-chatgpt-plus-pro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kilo-docs/pages/ai-providers/openai-chatgpt-plus-pro.md b/packages/kilo-docs/pages/ai-providers/openai-chatgpt-plus-pro.md index 4f24ddc2908..36c6b3c0551 100644 --- a/packages/kilo-docs/pages/ai-providers/openai-chatgpt-plus-pro.md +++ b/packages/kilo-docs/pages/ai-providers/openai-chatgpt-plus-pro.md @@ -53,7 +53,7 @@ Then set your default model: ## Tips and Notes -- **Subscription Required:** You need an active ChatGPT Plus or Pro subscription. This provider won't work with free ChatGPT accounts. See [OpenAI's ChatGPT plans](https://openai.com/chatgpt/pricing) for more information. +- **Subscription Required:** You need an active ChatGPT Plus or Pro subscription. This provider won't work with free ChatGPT accounts. See [OpenAI's ChatGPT plans](https://chatgpt.com/pricing/) for more information. - **Authentication Errors:** If you receive a CSRF or other error when completing OAuth authentication, ensure you do not have another application already listening on port 1455. You can check on Linux and Mac by using `lsof -i :1455`. - **No API Costs:** Usage through this provider counts against your ChatGPT subscription, not separately billed API usage. - **Sign Out:** To disconnect, use the "Sign Out" button in the provider settings.