We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(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
The text was updated successfully, but these errors were encountered:
idem
Sorry, something went wrong.
No branches or pull requests
(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
The text was updated successfully, but these errors were encountered: