Kunal Lunia

Results 10 comments of 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__)...

@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 ![Image](https://github.com/user-attachments/assets/a839f499-f8d4-40b1-b9d2-041e82b0c5a7)

@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 ? ![Image](https://github.com/user-attachments/assets/9f2faaab-0b10-4b7a-886c-df8ecaca7dc5) 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?