Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

kibotu/CHECKDev

 
 

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

 
 
 

Contributors

Languages

  • Kotlin 100.0%