Kunal Lunia
Kunal Lunia
I tried same but have different output. On same version. When tried on colab shows the same bug. ``` from numba.typed import List import numba l = List([1,2,3,4]) print(repr(l)) print(numba.__version__)...
cc @punkpeye
@lucasgomide I will create a PR for this. Do i add flow diagram for all explained code in the [flow doc](https://docs.crewai.com/concepts/flows#plot-flows), that would be easier to understand.
I have created all the plots do let me know so i can create a PR at once 
@Vidit-Ostwal What do you mean by that? I am thinking to add images of plot to the docs.
@Vidit-Ostwal Thanks for the clarity. Surely change the file names and create a PR.
@vmsaif @joaomdmoura I'm working on this feature improvement and will also try to integrate the GPT-4.1 models that were released yesterday. `assign task`
Do I add all the model ?  and the gemma3 models are not yet live in groq.
The [PR](https://github.com/crewAIInc/crewAI/pull/2512/files) creates a new test file there is already a [llm_test.py](https://github.com/crewAIInc/crewAI/blob/main/tests/llm_test.py). I am adding the test case in llm_test.py.
@lucasgomide can you review?