You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
65
44
66
45
## Step 2: Run the bot on the desktop
67
46
@@ -84,6 +63,16 @@ If you possess an OpenAI Plus account, utilizing the OpenAI provider is recommen
84
63
85
64
### Have a good chat!
86
65
---
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
0 commit comments