frdel / agent-zero

Agent Zero AI framework
Other
4.52k stars 997 forks source link

utility_llm error #175

Closed kroryan closed 1 week ago

kroryan commented 1 week ago

so im getting an error all the time:

Traceback (most recent call last): File "/home/orangepi/agent-zero/run_ui.py", line 30, in from initialize import initialize File "/home/orangepi/agent-zero/initialize.py", line 17 utility_llm = chat_llm # change if you want to use a different utility model ^ IndentationError: unindent does not match any outer indentation level

im usong ollama

any idea to solve it?

frdel commented 1 week ago

Keep the indentation same as previous line.

kroryan commented 1 week ago

Keep the indentation same as previous line.

Sorry but what do u mean? What previous line?

kroryan commented 1 week ago

Keep the indentation same as previous line.

Could u tell me please

frdel commented 1 week ago

https://www.youtube.com/watch?v=aml_h7hPUJs

kroryan commented 1 week ago

if someone else has this issue you just have to make sure to have the same spaces in all the lines at the beginning (the lines that are not commented of course)

https://www.youtube.com/watch?v=aml_h7hPUJs