zxx

Results 39 comments of zxx

> 尝试明确提示使用 google_search 命令。 What do you mean? Can you give me an example Thank

win10 python3.9 NEXT ACTION: COMMAND = read_file ARGUMENTS = {'file': 'Hello.pdf'} SYSTEM: Command read_file returned: Error: 'utf-8' codec can't decode byte 0xe2 in position 10: invalid continuation byte This error...

Me too, my computer is Windows 10 python3.9 version C:\Users\Zeng xiang xi>pip install pandasgui WARNING: Ignoring invalid distribution -rotobuf (d:\anaconda\anaconda\lib\site-packages) Collecting pandasgui Using cached pandasgui-0.2.14.tar.gz (218 kB) Preparing metadata (setup.py)...

> ```python > os.environ['HTTP_PROXY'] = "http://localhost:7890" > os.environ['HTTPS_PROXY'] = "https://localhost:7891" > ``` Still not solved

> 你只有那个谷歌查询字符串有这个问题吗? 它似乎对我有用。 ![图像](https://user-images.githubusercontent.com/64261260/232552564-4970067b-d68d-49f9-aa4f-c27ffd6ad2a6.png) Yes,It only google

> 好像你在中国,我想这是一个位置问题。 ![图像](https://user-images.githubusercontent.com/64261260/232720521-091c3f4c-27bf-4528-a63e-3d98c19e709e.png) I'm in China, but is there a way around this?

> 设置代理 The way I set it up is set http_proxy=http://127.0.0.1:33210 & set https_proxy=http://127.0.0.1:33210,This is done at the command line.

from autogpt.json_fixes.bracket_termination import ( attempt_to_fix_json_by_finding_outermost_brackets, ) from autogpt.json_fixes.parsing import fix_and_parse_json I don't have json_fixes in my folder, and I looked at the published code on github but couldn't find it....