Skip to content

Latest commit

 

History

History
 
 

ChatAVP

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ChatAVP

Chat Apple Vision Pro (ChatAVP): Chat with the OpenAI API for visionOS

Instructions

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-##############..."

chatAVP.mp4