返回提交历史
Modified
README.md
+1
-1
XFEstudio/gpt4free
Update .har instructions README.md
942959d0
代码差异
1 个文件
+1
-1
@@ -288,7 +288,7 @@ To utilize the OpenaiChat provider, a .har file is required from https://chatgpt
288
288
289
289
##### Storing the .HAR File
290
290
291
- 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.
291
- 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.
292
292
293
293
Note: Ensure that your .har file is stored securely, as it may contain sensitive information.
294
294