Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.
/ CHECKDev Public archive
forked from HariAgus/TakonApp-Comppose

An application about ChatGPT made with Jetpack Compose that uses several other technologies such as Room, Retrofit etc.An application about ChatGPT made with Jetpack Compose that uses several other technologies such as Room, Retrofit etc.

Notifications You must be signed in to change notification settings

kibotu/CHECKDev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TakonApp Jetpack Comppose (ChatGPT)

Using this software you can ask you questions and receive articles using artificial intelligence assistant

Read my article about this app in medium : ChatGpt Medium

Ollama

https://github.com/ollama/ollama

curl http://localhost:11434/api/generate -d '{
 "stream" : false,   
 "model": "llama3",
 "prompt":"Why is the sky blue?"
}'

About

An application about ChatGPT made with Jetpack Compose that uses several other technologies such as Room, Retrofit etc.An application about ChatGPT made with Jetpack Compose that uses several other technologies such as Room, Retrofit etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%