Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tichise/chatgpt-ui
This repository is a repository to prepare UI for chat GPT.
https://github.com/tichise/chatgpt-ui
chatgpt gpt gpt-35-turbo ios ipados swift swiftui visionos
Last synced: about 3 hours ago
JSON representation
This repository is a repository to prepare UI for chat GPT.
- Host: GitHub
- URL: https://github.com/tichise/chatgpt-ui
- Owner: tichise
- License: mit
- Created: 2023-08-06T02:23:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T12:59:04.000Z (8 months ago)
- Last Synced: 2024-10-10T05:35:53.255Z (26 days ago)
- Topics: chatgpt, gpt, gpt-35-turbo, ios, ipados, swift, swiftui, visionos
- Language: Swift
- Homepage:
- Size: 26.4 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.youtube.com/watch?v=wsMPrtFplsM)![image](https://github.com/tichise/ChatGPTUI/assets/43707/ea41ebf4-4382-4803-8971-42b500445ed8)
## 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.