ChatGPTUI

1.1.0

This repository is a repository to prepare UI for chat GPT.
tichise/chatgpt-ui

What's New

1.1.0

2024-03-06T12:59:04Z

What's Changed

Full Changelog: 1.0.1...1.1.0

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.

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

Last updated: Sun Apr 14 2024 15:17:07 GMT-0900 (Hawaii-Aleutian Daylight Time)