From 7a3e5370af422722474d31e48d740489a3a6605b Mon Sep 17 00:00:00 2001 From: Erol444 Date: Tue, 4 Mar 2025 12:09:30 +0100 Subject: [PATCH 1/2] update readme --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 4f27a31..f991477 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,10 @@ ## Unofficial GPT-4 API access via chat.openai.com using Selenium +> ⚠️ **Note** To use hosted **API for GPT4o Search** we recommend using [Apify actor](https://console.apify.com/actors/NBZPJfTcVDbrsa08T/), as it's hosted, more stable, and faster. **Price**: $10/1000 answers. + +#### Selenium-based API + Have you **applied to GPT-4 API access** but **OpenAI is too busy to reply**? Me too, that's why I created this package. It uses [selenium webdriver](https://www.selenium.dev/) to emulate user interaction on [chat.openai.com](chat.openai.com). If the account has `ChatGPT Plus`, the driver **will use GPT-4**, otherwise it will use the default GPT-3.5. It supports both **GPT4 browser, DALL-E 3, and plugins** by selecting model via `GPT4OpenAI(token=token, model='gpt-4')`, or `model='gpt-4-plugins'`. From 6937013f6431f26315e6ea0caa0115692dbc5724 Mon Sep 17 00:00:00 2001 From: Erol444 Date: Tue, 4 Mar 2025 12:11:11 +0100 Subject: [PATCH 2/2] fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f991477..f667c76 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ## Unofficial GPT-4 API access via chat.openai.com using Selenium -> ⚠️ **Note** To use hosted **API for GPT4o Search** we recommend using [Apify actor](https://console.apify.com/actors/NBZPJfTcVDbrsa08T/), as it's hosted, more stable, and faster. **Price**: $10/1000 answers. +> ⚠️ **Note** To use hosted **API for GPT4o Search** we recommend using [Apify actor](https://apify.com/openapi/gpt-search-private-api), as it's hosted, more stable, and faster. **Price**: $10/1000 answers. #### Selenium-based API