Skip to content

tichise/chatgpt-ui

Repository files navigation

ChatGPTUI

This repository is a repository to prepare UI for chat GPT.

Support

iOS, iPadOS, visionOS

Screenshot

visionOS

Added a View that calls ChatGPT to visionOS app - YouTube

image

Examples

SwiftUI

    var chatViewModel = ChatViewModel(openAIClient: OpenAI(apiToken: ""))

    var body: some View {
        ChatView(chatViewModel: chatViewModel)
        .padding()
        .navigationTitle("Chat")
    }

License

ChatGPTUI is available under the MIT license. See the LICENSE file for more info.