diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-13 13:46:59 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-13 13:46:59 +0100 |
commit | 37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a (patch) | |
tree | 4a00a6132fcd2d0846bb7f11d2985e369a1e0838 /README.md | |
parent | Update (g4f/Provider/needs_auth/GeminiPro.py) (diff) | |
parent | Merge pull request #2331 from NoelisTired/main (diff) | |
download | gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.gz gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.bz2 gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.lz gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.xz gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.zst gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,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. |