Skip to content

Commit 8490530

Browse files
committed
Update README
1 parent a0c883f commit 8490530

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.MD

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ChatGPT SwiftUI iOS, macOS, watchOS App
1+
# ChatGPT SwiftUI iOS, macOS, watchOS, tvOS App
22

33
![Alt text](https://imagizer.imageshack.com/v2/640x480q90/922/hmlopw.png "image")
44

5-
This is a mobile native iOS Application for interacting with ChatGPT built using SwiftUI and OpenAPI API. It used the leaked model and special prompt to access ChatGPT using Open AI Completions API endpoint.
5+
This is a native iOS, macOS, watchOS, tvOS App for interacting with ChatGPT built using SwiftUI and OpenAPI API. It used the leaked model and special prompt to access ChatGPT using Open AI Completions API endpoint.
66

77
## DISCLAIMERS!
88
The `ChatGPTAPI.swift` is updated frequently when new model is found. Expect breaking changes. Always read readme before updating or opening an issue.
@@ -12,6 +12,12 @@ Use this at your own risk, there is a possibility that OpenAI might ban your acc
1212
## Separate SPM repo for API only
1313
you can add dependency for [ChatGPTSwift](https://github.com/alfianlosari/ChatGPTSwift) to access the API only if you want to integrate into your own app
1414

15+
## UPDATE 6 - 9 Feb 2023
16+
17+
Add separate target for tvOS App
18+
19+
![Alt text](https://imagizer.imageshack.com/v2/640x480q90/924/3cnQLj.png "image")
20+
1521
## UPDATE 5 - 8 Feb 2023
1622
The leaked model had been removed by OpenAI. Until a new model is found, i'll use the default `text-davinci-003`
1723

@@ -39,6 +45,7 @@ At the time this video is published, the leaked model to access ChatGPT using Co
3945
- [iOS YouTube](https://youtu.be/PLEgTCT20zU)
4046
- [macOS YouTube](https://youtu.be/Wl1cDvwpJoE)
4147
- [watchOS YouTube](https://youtu.be/DwXy0gKz1GY)
48+
- [tvOS YouTube](https://youtu.be/7RQHG7GXJ_U)
4249

4350
## Requierements
4451
- Xcode 14

0 commit comments

Comments
 (0)