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
+
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.
0 commit comments