Get Mystery Box with random crypto!

Made a small project this week, A Playground for OpenAI Text C | MODULE HUB

Made a small project this week, A Playground for OpenAI Text Completion engine for native android. It's a simple android app that lets you tweak around with lot of parameters of GPT-3 Text Completion and Lets you see the change in behaviour of the text being generated.

Things you can modify in the app.
1. Text Completion Model
2. Temperature
3. Top P
4. Tokens
5. Presence Penalty

I learnt a lot about Jetpack Compose, Kotlin Coroutines and GPT-3 while creating this project. I've also set up a CD pipeline with GitHub Actions to automatically build and release new version of the app on new changes.

Github Repo : https://github.com/Arjun-Ingole/GPT-3.kt
Try it out : https://github.com/Arjun-Ingole/GPT-3.kt/releases/download/1.0.0/app-debug.apk

Star the Repository if like my work , Make sure to follow me on Github .