Mehdi Nabhani

Results 3 comments of Mehdi Nabhani

This error drove me crazy :) This solution solved the issue for me: Within file "data-table-row-actions.tsx", replace this DropdownMenuTrigger: ` Open menu ` with this here: ` `

I also had an error, the env call is not working. I switched to following: from dotenv import load_dotenv load_dotenv() openai.api_key = os.getenv("OPENAI_API_KEY") which worked fine for me.

The console ui is not very useful. It uses a lot of ressources, hangs, does not respond,... When you launch multiple tasks the resource usage is out of control. ![Screenshot...