leetcode-mafia

Results 18 comments of leetcode-mafia

The root cause is simply that the GPT-4 API can be very slow during periods of high demand. This is a general problem with GPT-4 at the moment. Two ideas...

This should be fixed in [v1.3](https://github.com/leetcode-mafia/cheetah/releases/tag/v1.3), please verify.

I'm not sure what's happening there. It might help to see a screen recording, or if you can provide specific steps to reproduce the bug. The code is currently not...

As far as I know, this error means you don’t have API access for GPT-4. [More info here.](https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4) Did you try quitting and re-launching the app after changing to GPT-3.5?...

Did you build the app in release or debug mode?

It looks like you might be running in debug mode and/or with a debugger attached? If so, that won't work because Whisper runs too slowly without compiler optimizations. If that...

No, that will run it in debug mode. You're looking for: Product > Build for > Profiling, then Product > Show Build Folder.

What hardware are you using? It can only run fast enough on an M1 or M2. Even with beefy hardware, there's still a minor delay in generating transcriptions. The main...