Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Krivoblotsky committed Mar 19, 2023
1 parent 9ca90fa commit 04ecc33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This repositorty contains Swift implementation over [OpenAI](https://beta.openai
- [Chats](#chats)
- [Images](#images)
- [Embeddings](#embeddings)
- [Models](#models)
- [Utilities](#utilities)
- [Links](#links)
- [License](#license)
Expand Down Expand Up @@ -372,7 +373,7 @@ public extension Model {

GPT-4 models are supported.

For example, to use basic GPT-4 8K model pass .gpt4.
For example to use basic GPT-4 8K model pass `.gpt4` as a paramter.

```swift
let query = OpenAI.ChatQuery(model: .gpt4, messages: [
Expand Down

0 comments on commit 04ecc33

Please sign in to comment.