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
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
This is a Swift community-driven repository for interfacing with the [OpenAI](https://platform.openai.com/docs/api-reference/) public API.
16
16
17
17
-[Introduction](#introduction)
18
-
-[Installation](#%EF%B8%8F-installation)
18
+
-[Demo App](#demo-app)
19
+
-[Installation New Project](#%EF%B8%8F-installation-new-project)
19
20
-[Usage](#-usage)
20
21
-[Secure your API Key using a .plist](#secure-your-api-key-using-a-plist)
21
22
-[Images](#images)
@@ -36,11 +37,23 @@ This is a Swift community-driven repository for interfacing with the [OpenAI](ht
36
37
37
38
## Introduction
38
39
39
-
`SwiftOpenAI` is a (community-maintained) powerful and easy-to-use Swift SDKdesigned to seamlessly integrate with `OpenAI's API`. The main goal of this SDK is to simplify the process of accessing and interacting with OpenAI's cutting-edge AI models, such as GPT-4, GPT-3, and future models, all within your Swift applications.
40
+
`SwiftOpenAI` is a community-maintained, powerful, and easy-to-use Swift SDK. It is designed to integrate seamlessly with OpenAI's API. The main goal of this SDK is to make it simpler to access and interact with OpenAI's advanced AI models, such as GPT-4, GPT-3, and future models, all within your Swift applications.
To help developers, I have created this demo app. You only need to add your OpenAI API Key in the SwiftOpenAI.plist. Inside the demo app, you have access to the core features of the SDK.
Open Xcode and open the `Swift Package Manager` section, then paste the Github URL from this repository (Copy -> https://github.com/SwiftBeta/SwiftOpenAI.git) to install the Package in your project.
0 commit comments