From 08c90be5b7002ec42929a746fb10641ba3b3153b Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sat, 16 Aug 2025 17:18:44 +0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ea729dd..3e396da 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,10 @@ ## What It Does ChatMock runs a local server that creates an OpenAI compatible API, and requests are then fulfilled using your authenticated ChatGPT login with the oauth client of Codex, OpenAI's coding CLI tool. This allows you to use GPT-5 and other models right through your OpenAI account, without requiring an api key. +This does require a paid ChatGPT account. ## Quickstart -- You need a paid ChatGPT account (Plus/Pro). - -#### Note: *If you use MacOS, you can currently try out the GUI application in the Github releases and disregard the below instrunctions* - Clone or download this repository.