Open dhirenmathur opened 1 week ago
I will try to reproduce this issue, currently facing some issues regarding running code on wsl.
I'm encountering a connection error after running ./start.sh.
It seems that:
POSTGRES_SERVER=postgresql://postgres:mysecretpassword@host.docker.internal:5432/momentum
is not resolving to the proper IP in WSL. I'm using the non-WSL version of that variable, which resolves the issue, but now I'm getting an incorrect password error.
although when I connect to psql via shell and force it to ask for password even if I type random password, it connects
is this a known issue @dhirenmathur?
Not a known issue @palash018 , is this a blocker or were you able to proceed with the task?
@dhirenmathur it is actually a blocker since I cannot even run the code itself due to this issue. issue presents itself in ./start.sh
itself
Got it, I'll try to reproduce and get back to you
Description: CrewAI uses the Litellm library to route LLM requests to the appropriate model. Currently, Litellm throws an error, "LLM Provider NOT provided", whenever a request is made for a non-OpenAI model, preventing proper routing to other providers.
Expected Behavior: Litellm should handle non-OpenAI models without throwing an error, allowing CrewAI to route requests to the correct LLM as specified.
Steps to Reproduce: