Skip to content

Commit e23fe96

Browse files
authored
chore: README updated
1 parent e64ef25 commit e23fe96

File tree

1 file changed

+11
-30
lines changed

1 file changed

+11
-30
lines changed

README.md

Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88
> **Major Update (2024/03):**
99
> - Due to instability issues with GPT-4 model, we have defaulted back to GPT-3.5-turbo
10-
> - Gemini-Pro and GPT-4 now supported for free
10+
> - GPT-4 now supported for free
1111
> - See README for details and dependency updates.
1212
1313
### Chat
@@ -40,28 +40,7 @@
4040

4141
![image](https://user-images.githubusercontent.com/89479282/205949600-0c7ddb40-7e82-47a0-b59a-b089f929d177.png)
4242

43-
## Optional: OPENAI ACCESS (gpt-4 & DALL-E-3 supported)
4443

45-
If you possess an OpenAI Plus account, utilizing the OpenAI provider is recommended for a smoother experience.
46-
47-
1. Navigate to https://chat.openai.com/ and log in with your account credentials.
48-
49-
2. Launch the Developer Tools in your browser.
50-
51-
3. In the Developer Tools, navigate to the `Network` tab.
52-
53-
4. Refresh the page to record the network activity.
54-
55-
5. In the Network tab, right-click on any item in the list of network activities and choose `Save all as HAR with content`. Save the file with the name `a.har`.
56-
57-
6. place the `a.har` file in the `./hardir` directory.
58-
59-
* You can change `MODEL` in `.env` to `gpt-4` also
60-
61-
> [!CAUTION]
62-
> Ensure that your `a.har` file is stored securely, as it may contain sensitive information.
63-
>
64-
> This is not OpenAI API. For API access, refer [Optional: Configuring OpenAI API](#optional-configuring-openai-api)
6544

6645
## Step 2: Run the bot on the desktop
6746

@@ -84,6 +63,16 @@ If you possess an OpenAI Plus account, utilizing the OpenAI provider is recommen
8463

8564
### Have a good chat!
8665
---
66+
67+
## Optional: Configuring OpenAI API
68+
69+
Utilize the OpenAI API features can ensure a smoother experience, follow these steps:
70+
71+
1. Obtain your API key by visiting https://platform.openai.com/api-keys
72+
2. Paste the API key under `OPENAI_KEY` in `.env`
73+
3. Set `OPENAI_ENABLED` to `True` in `.env`
74+
75+
8776
## Image Generation
8877

8978
<img src="https://i.imgur.com/Eo1ZzKk.png" width="300" alt="image">
@@ -106,14 +95,6 @@ If you possess an OpenAI Plus account, utilizing the OpenAI provider is recommen
10695

10796
4. Copy the value for `__Secure-1PSID` from cookies and paste it into `.env` under `GOOGLE_PSID`
10897

109-
## Optional: Configuring OpenAI API
110-
111-
To use the OpenAI API features, follow these steps:
112-
113-
1. Obtain your API key by visiting https://platform.openai.com/api-keys
114-
2. Paste the API key under `OPENAI_KEY` in `.env`
115-
3. Set `OPENAI_ENABLED` to `True` in `.env`
116-
11798
> [!NOTE]
11899
> GPT-4 API is subject to certain restrictions.
119100
>

0 commit comments

Comments
 (0)