Skip to content

Commit 56befe4

Browse files
authored
Update README.MD
1 parent bcdea9d commit 56befe4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.MD

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
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.
66

7+
## DISCLAIMERS!
8+
9+
This uses a leaked model with special prompt to trigger. Conversation history is stored on client. Its an unpatched bug that might be taken down in future.
10+
Use this at your own risk, there is a possibility that OpenAI might ban your account using this approach! I don't take any responsibility.
11+
712
## Separate SPM repo for API only
813
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
914

@@ -27,12 +32,6 @@ It's working again after updating to the latest *model*
2732
## UPDATE 1
2833
At the time this video is published, the leaked model to access ChatGPT using Completion API endpoint had been taken down by OpenAI, so it won't work. But most of the concept should remain the same for building the application UI and state management. When the official API is released, you can simply update to use the public model and official endpoint for ChatGPT :) I'll also update the GitHub repo and create a follow-up video when it will be released in near future.
2934

30-
## DISCLAIMERS!
31-
32-
This uses a leaked model with special prompt to trigger. Conversation history is stored on client. Its an unpatched bug that might be taken down in future.
33-
34-
Use this at your own risk, there is a possibility that OpenAI might ban your account using this approach! I don't take any responsibility.
35-
3635
## Video tutorial
3736
- [iOS YouTube](https://youtu.be/PLEgTCT20zU)
3837
- [macOS YouTube](https://youtu.be/Wl1cDvwpJoE)

0 commit comments

Comments
 (0)