Skip to content

Commit f5dd337

Browse files
committed
chore: README updated
1 parent cd7d509 commit f5dd337

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@
4040

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

43+
## Optional: OPENAI ACCESS (gpt-4 supported)
44+
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+
2. Launch the Developer Tools in your browser.
49+
3. In the Developer Tools, navigate to the `Network` tab.
50+
4. Refresh the page to record the network activity.
51+
5. Chat whth the bot one time.
52+
6. 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`.
53+
7. place the `a.har` file in the `./hardir` directory.
54+
55+
* You can change `MODEL` in `.env` to `gpt-4` also
56+
57+
> [!CAUTION]
58+
> Ensure that your `a.har` file is stored securely, as it may contain sensitive information.
4359
4460
## Step 2: Run the bot on the desktop
4561

0 commit comments

Comments
 (0)