Chat Apple Vision Pro (ChatAVP): Chat with the OpenAI API for visionOS
Before running locally, be sure to update the following line in ContentView.swift:
- From:
private var openAiApiKey: String = Secrets.OPENAI_API_KEY // Replace this with your actual OpenAI API key
- To:
private var openAiApiKey: String = "sk-##############..."