You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChatGPT is a large language model developed by OpenAI that is trained to generate human-like text based on a given prompt or context.
9
9
10
10
YChatGPT aims to abstract all API call logic from ChatGPT for multiple platforms. YChatGPT is a Kotlin Multiplatform (KMP) project, that generates artifacts for both iOS and Android.
11
11
12
12
13
+
## iOS setup
14
+
15
+
- Go to your project’s file settings and click "Add Package":
16
+
17
+

18
+
19
+
- To add a new package, search for https://github.com/yml-org/chatgpt-sdk.git in the top right corner:
20
+
21
+

22
+
23
+
Once you have found the package click the "Add Package" button to add it to your project. Now you can start using the SDK in your iOS project!
24
+
25
+
See the code snippet below on how to initialize and use it:
0 commit comments