File “C:\Users\natha\nine_crew.venv\Lib\site-packages\crewai\agent.py”, line 195, in post_init_setup
self.llm = LLM(**llm_params)
^^^^^^^^^^^^^^^^^
TypeError: LLM.init() got an unexpected keyword argument ‘API_BASE’
An error occurred while running the crew: Command ‘[‘uv’, ‘run’, ‘run_crew’]’ returned non-zero exit status 1.
After resolving the uvloop doesnt support windows error, next I’m stuck with this error when I try to run the project on Windows 11, VS, Ollama LLM,
pls help
thanks