Contents

tichise/chatgpt-ui

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.

Package Metadata

Repository: tichise/chatgpt-ui

Default branch: main

README: README.md