Jakub Strnad

Results 11 comments of Jakub Strnad

i have the same issue when using --listen and I acces the webui by other ip address than 127.0.0.1

not working: ![not_working](https://github.com/joaomdmoura/crewAI-tools/assets/3074263/e58a6d36-9a56-4389-ba3f-39dd169cb685) working: ![working](https://github.com/joaomdmoura/crewAI-tools/assets/3074263/4cd5fd01-11cf-411e-a5d1-e01ddfd3eab9) [broken_websearch_py.zip](https://github.com/user-attachments/files/15530319/broken_websearch_py.zip)

Hello, the application expects the DB_URL environment variable, but your Docker Compose file supplies DATABASE_URL. Because DB_URL is missing, the service falls back to its local SQLite file, which is...

Hi, are you sure you are using this repository and not some fork of it? I didn't put any version specifications neighter to readme or requirements.txt. Are you using venv,...

maybe try to install it using pip without cache (--no-cache), or it could be because of python version... I have these packages and it works without any problem: PS C:\CrewAI-Studio>...

After recent updates to CrewAI, certain components have become dependent on OpenAI. I’ll need to rewrite the LLM integration code to ensure full compatibility with alternative LLM providers.

I've made some changes into the llms.py, it works for me with ollama now, can anyone confirm it is fixed for your case?

Hello. Unfortunately I haven’t had much time to work on this project recently, and since its inception, CrewAI has grown significantly (including new features like Flows). I plan to get...