leetcode-mafia
leetcode-mafia
You can try using the multilingual model: ```shell defaults write org.phrack.Cheetah whisperModel -string ggml-medium ``` (Depending on the language, you might need `ggml-large` instead, but that requires >10 GB of...
In that case, you should try translating some or all of the [prompts](https://github.com/leetcode-mafia/cheetah/blob/main/Cheetah/PromptGenerator.swift). It may be sufficient to add something trivial like "Provide the final answer in Spanish" in `shorthandInstruction`,...
Run this: ```shell defaults delete org.phrack.Cheetah authToken ```
Added a menu item to change the key: https://github.com/leetcode-mafia/cheetah/releases/tag/v1.1
What versions of macOS and Xcode are you using?
Currently, macOS 13 is required. I'll note that in the readme. I think macOS 12 could be supported with a few minor code changes - feel free to submit a...
Run the app directly from the Terminal to see error logs: ```shell /Applications/Cheetah.app/Contents/MacOS/Cheetah ``` What do you see?
What about when you click Answer?
Released a new version that should now show an error message when this happens: https://github.com/leetcode-mafia/cheetah/releases/tag/v1.1
Do you have access to GPT-4?