8000 GitHub - gitproject09/TalkieAIchat: Sample AI chat app built with open AI API key.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gitproject09/TalkieAIchat

Repository files navigation

Android AI ChatBot

Built using Android Studio and Java , the app integrates the ChatGPT API to provide operational resources for chatbots. Users can chat in real time with the chatbot and get answers to their questions.

Libraries Used

  • OkHttp for handling HTTP requests and responses (You can also use java.net.http package if you are using JAVA 17 or higher)
  • Gson for parsing JSON data

Add these dependencies in your build.gradle

dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' 
}  

Usage

Important Points

  • Try to use higher SDK version (33 or higher) of Android.

About

Sample AI chat app built with open AI API key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0