Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Nov 4, 2023
1 parent a2a196a commit cb44b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ openAI.chat.stream({
});

// Alternatively, you can use the create method if `stream` is false
await openAI.chate.create(...)
await openAI.chat.create(...)
```
### Image API
Expand Down

0 comments on commit cb44b4d

Please sign in to comment.