This is a macOS App that converts video and audio files to text using OpenAI's GPT-3.5 language model for natural language processing. The script supports the following formats:
The code for this script was generated using the ChatGPT language model, which accounts for over 90% of the code.
Prerequisites Before running the app, you need to have an API key for OpenAI's GPT-3.5 language model. You can sign up for the OpenAI API here.
Once you have your API key, you need to set it as an environment variable with the following command:
replace kOpenAIApi = "your api"