richardyc / Chrome-GPT

An AutoGPT agent that controls Chrome on your desktop
GNU General Public License v3.0
1.68k stars 207 forks source link

Windows errors #11

Open nsk opened 1 year ago

nsk commented 1 year ago

(chrome-gpt-py3.10) PS C:\Chrome-GPT> python -m chromegpt -v -t "test" Traceback (most recent call last): File "C:\Users\nsk\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\nsk\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Chrome-GPT\chromegpt__main__.py", line 4, in from chromegpt.main import run_chromegpt File "C:\Chrome-GPT\chromegpt\main.py", line 3, in from chromegpt.agent.zeroshot import BabyAGIAgent, ZeroShotAgent File "C:\Chrome-GPT\chromegpt\agent\zeroshot.py", line 49 verbose=verbose, IndentationError: unexpected indent

nsk commented 1 year ago

idem