First error message
(AO) PS D:\agentzero> python run_ui.py Traceback (most recent call last):
File "D:\agentzero\run_ui.py", line 10, in <module> from initialize import initialize
utility_llm = chat_llm # change if you want to use a different utility model
^
IndentationError: unindent does not match any outer indentation level
After adding a # before utility_llm = chat_llm # change if you want to use a different utility model
System sends me the next error message:
(AO) PS D:\agentzero> python run_ui.py Traceback (most recent call last):
File "D:\agentzero\run_ui.py", line 10, in <module> from initialize import initialize
config = AgentConfig(