Ashpreet
Ashpreet
@WuQic i am really sorry about this, we just removed the `LLMTask` module in 2.4 (announced in our channel) We updated the docs but probably missed some code. The `Task`...
@WuQic a regular Assistant might also work here but here are some examples of Workflows: - [Investment Workflow](https://github.com/phidatahq/phidata/blob/main/cookbook/workflows/investment.py) - [News Article Workflow](https://github.com/phidatahq/phidata/blob/main/cookbook/workflows/news_article.py) Please share exact Workflow and Tasks and i'll...
@win4r `Ollama` doesnt support tool calling directly, so using `OpenAILike` will not work with tools, please use the `OllamaTools` LLM :)
@renkelvin here to help, can you share the log when you run with `debug_mode=True` like `Assistant(debug_mode=True)` This seems like a type error somewhere which i would like to fix asap...
sorry @renkelvin i missed this, looking now
trying to find where we use `num_chats`
@renkelvin tried everything but cant reproduce, we dont even use `num_chats` anywhere
can you do a quick test with openai GPT4?
this will help us isolate if its a model/api issue or phidata issue
Yes please @renkelvin can you test just with `OpenAIChat` & `OpenAILike`