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
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# OpenAI Client for Android
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.
2
+
A lightweight OpenAI 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.
[](https://github.com/mardillu/OpenAI-Client-Android/actions/workflows/build.yml)
@@ -47,10 +47,10 @@ client.getTextCompletion("Hello chat gpt! what is the meaning of life?") { resul
47
47
}
48
48
```
49
49
## Supported APIs
50
-
-[x] Completions
51
-
-[x]Chat
52
-
-[x]Edits
53
-
-[x] Images
50
+
-[x]Chat Completions (GPT-4, GPT-3.5)
51
+
-[x]Function Calling / Tools
52
+
-[x]JSON Mode
53
+
-[x] Images (DALL-E 3, DALL-E 2)
54
54
- Create
55
55
- Edit
56
56
- Variations
@@ -60,10 +60,17 @@ client.getTextCompletion("Hello chat gpt! what is the meaning of life?") { resul
0 commit comments