This repository is a repository to prepare UI for chat GPT.
iOS, iPadOS, visionOS
Added a View that calls ChatGPT to visionOS app - YouTube
var chatViewModel = ChatViewModel(openAIClient: OpenAI(apiToken: ""))
var body: some View {
ChatView(chatViewModel: chatViewModel)
.padding()
.navigationTitle("Chat")
}
ChatGPTUI is available under the MIT license. See the LICENSE file for more info.