XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update .har instructions README.md

942959d0
foxfire52 <foxfire52@virgilio.it>
提交于

代码差异

1 个文件 +1 -1
Modified README.md +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