Skip to content

Commit 040e485

Browse files
committed
Update README.md
1 parent 40218a7 commit 040e485

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ A modern, type-safe Swift package for seamless integration with OpenAI's API acr
2222

2323
## Installation
2424

25-
The module name of the package is `OpenAI`. Choose one of the instructions below to install and add the following import statement to your source code.
26-
27-
```swift
28-
import OpenAI
29-
```
30-
3125
#### [Xcode Package Dependency](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app)
3226

3327
From Xcode menu: `File` > `Swift Packages` > `Add Package Dependency`
@@ -55,10 +49,6 @@ And then, include "OpenAI" as a dependency for your target:
5549
),
5650
```
5751

58-
## Examples
59-
60-
Check out the [Examples](/Examples) directory for a complete sample application demonstrating how to use this package in an app.
61-
6252
## Basic Usage
6353

6454
```swift
@@ -108,6 +98,10 @@ for try await response in responses {
10898
}
10999
```
110100

101+
## Examples
102+
103+
Check out the [Examples](/Examples) directory for a complete sample application demonstrating how to use this package in an app.
104+
111105
## What's Implemented:
112106

113107
- [x] [Models](https://platform.openai.com/docs/api-reference/models)

0 commit comments

Comments
 (0)