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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# OpenAPI Client for Android
1
+
# OpenAI Client for Android
2
2
A light weight OpenAI's API client for Android. This tool is specifically designed for Android developers to interact with OpenAI's API in a lightweight and efficient manner. With this client, Android developers will be able to access OpenAI's services seamlessly, without having to worry about heavy resource consumption or slow performance. This tool promises to be an invaluable asset for Android developers and users who require quick and easy access to OpenAI's API.
@@ -7,7 +7,7 @@ A light weight OpenAI's API client for Android. This tool is specifically design
7
7
8
8
9
9
## Disclaimer
10
-
OpenAPI Client for Android is an open-sourced software licensed under the[MIT license](https://github.com/mardillu/OpenAI-Client-Android/blob/master/LICENSE). **This is an unofficial library, it is not affiliated with nor endorsed by OpenAI**. Contributions are welcome.
10
+
OpenAI Client for Android is an open-sourced software licensed under the [MIT license](https://github.com/mardillu/OpenAI-Client-Android/blob/master/LICENSE). **This is an unofficial library, it is not affiliated with nor endorsed by OpenAI**. Contributions are welcome.
11
11
12
12
## Setup
13
13
1. Add this to your Project level `build.gradle` at the end of repositories:
@@ -50,16 +50,19 @@ client.getTextCompletion("Hello chat gpt! what is the meaning of life?") { resul
0 commit comments