diff options
author | foxfire52 <foxfire52@virgilio.it> | 2024-11-04 16:55:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 16:55:11 +0100 |
commit | 942959d062067a8b8766ac37d0087f575000d6a6 (patch) | |
tree | c30e27f3ea27aee747903587d27c26995129dbdb | |
parent | Update interference-api.md (diff) | |
download | gpt4free-942959d062067a8b8766ac37d0087f575000d6a6.tar gpt4free-942959d062067a8b8766ac37d0087f575000d6a6.tar.gz gpt4free-942959d062067a8b8766ac37d0087f575000d6a6.tar.bz2 gpt4free-942959d062067a8b8766ac37d0087f575000d6a6.tar.lz gpt4free-942959d062067a8b8766ac37d0087f575000d6a6.tar.xz gpt4free-942959d062067a8b8766ac37d0087f575000d6a6.tar.zst gpt4free-942959d062067a8b8766ac37d0087f575000d6a6.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ To utilize the OpenaiChat provider, a .har file is required from https://chatgpt ##### Storing the .HAR File -- Place the exported .har file in the `./har_and_cookies` directory if you are using Docker. Alternatively, you can store it in any preferred location within your current working directory. +- Place the exported .har file in the `./har_and_cookies` directory if you are using Docker. Alternatively, if you are using Python from a terminal, you can store it in a `./har_and_cookies` directory within your current working directory. Note: Ensure that your .har file is stored securely, as it may contain sensitive information. |