Coder Social home page Coder Social logo

chatgptandroid's Introduction

ChatGPTAndroid

Android app using OpenAI's ChatGPT
It is possible to obtain the desired information through conversation or in-depth questions.

Conversation content is managed through a Room Database.
You can delete the conversation by long-clicking the chatBox. (Based on LongClickEvent)

Setting

  • Android Dolphin l 2021.3.1
  • Kotlin

stack

  • Timber
  • Room
  • Splash Screens
  • Coil
  • Coroutine
  • Retrofit

Main src

├── .idea
├── app 
│   └── src
│        └── main.java.com.nohjunh.test
│                                    ├── adapter
│                                    ├── database
│                                    ├── model
│                                    ├── network
│                                    ├── repository
│                                    ├── view
│                                    ├── viewModel
│                                    └── App.kt
└── gradle/wrapper

API

OpenAI API Documentation

[https://platform.openai.com/docs/api-reference]

Add the key to network/Apis.kt on the project.
Put it in the value of authorization.

Views

gif1 gif2 gif3

chatgptandroid's People

Contributors

nohjunh avatar mulham6 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.