Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Oct 17, 2023
1 parent b52708f commit 7b5a14b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@

<br/>

Currently the project only supports iOS using URLSession for faster performance. Android support is [coming soon](https://github.com/candlefinance/react-native-openai/issues/1).
Currently, this library only supports the [Chat](https://platform.openai.com/docs/api-reference/chat) API. We are working on adding support for the other APIs. If you would like to contribute, please join our [Discord](https://discord.gg/qnAgjxhg6n) and ask questions in the **#oss** channel or create a pull request.

The goal is to make this library take advantage of the native APIs like URLSession and Android's Ktor engine for better performance and reliability.

## Features

Expand Down Expand Up @@ -85,9 +87,9 @@ func ask(question: string) {
}
```
## Contributing
## Credit
Join our [Discord](https://discord.gg/qnAgjxhg6n) and ask questions in the **#oss** channel.
Thank you to Dylan Shine & Mouaad Aallam for making [openai-kit](https://github.com/dylanshine/openai-kit) and [openai-kotlin](https://github.com/aallam/openai-kotlin) which this library is based on.
## License
Expand Down

0 comments on commit 7b5a14b

Please sign in to comment.