https://github.com/pkini2002/chatgpt-app
A simple ChatGPT app built using OpenAI API using Java for the backend and OkHttp library for creating HTTP requests
https://github.com/pkini2002/chatgpt-app
android-app chatgpt-api chatgpt-app java okhttpclient
Last synced: 10 days ago
JSON representation
A simple ChatGPT app built using OpenAI API using Java for the backend and OkHttp library for creating HTTP requests
- Host: GitHub
- URL: https://github.com/pkini2002/chatgpt-app
- Owner: pkini2002
- License: apache-2.0
- Created: 2023-05-16T06:59:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T10:24:32.000Z (about 3 years ago)
- Last Synced: 2025-06-30T05:02:20.430Z (11 months ago)
- Topics: android-app, chatgpt-api, chatgpt-app, java, okhttpclient
- Language: Java
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT-App
A simple ChatGPT app built using OpenAI API using `Java` for the backend and `OKHTTP library` for creating HTTP requests
> build.gradle
Add the below dependency in Module level build.gradle
```bash
implementation("com.squareup.okhttp3:okhttp:4.10.0")
```
> AndroidManifest.xml
In AndroidManifest.xml file give the permission to use Internet
```bash
```
> API Call URL
```bash
https://api.openai.com/v1/completions
```
## Screenshots
## References