compose-chatgpt-kotlin-android-chatbot icon indicating copy to clipboard operation
compose-chatgpt-kotlin-android-chatbot copied to clipboard

Compose ChatGPT Kotlin - Android Chatbot using Kotlin + Jetpack Compose + Coroutine + MVVM + Retrofit2 + OpenAI's GPT-3 API. Allow stream response from ChatGPT API.

Results 9 compose-chatgpt-kotlin-android-chatbot issues
Sort by recently updated
recently updated
newest added

The app works fine but once you go to the menu and click the delete icon to delete any of your chat history, the app crashes. You will then have...

First off, very nice work! Second, GPT 3.5 Turbo is a completions model so I made this fix to make the app work for me. gpt35Turbo("gpt-3.5-turbo", 4096, isChatCompletion = true)

After building the application and installing it on the mobile device. When I ask the AI ​​the first question, the app kicks me out Samsung a54 Android 14

Hi, This method looks like a legacy. Unfortunately with my API key the "model": "gpt-3.5-turbo" does not work. ![Screenshot_20](https://github.com/lambiengcode/compose-chatgpt-kotlin-android-chatbot/assets/74240451/b1f6f796-68ae-4934-8033-b3cd70d23482) I had to change the Model to the following below... Source...

I created my own firebase and downloaded the google-services.json file for it. Now the app crashes when it tries to start. It works fine if I change it back to...

as pointed by @sollarp on [issue 17](https://github.com/lambiengcode/compose-chatgpt-kotlin-android-chatbot/issues/17).

The chat answers have \n instead of line feeds. That could be a simple string replacement and improve the appearance of the answers.

It would be nice to have an option under Settings to pick the GPT model. 3.5 Turbo is nice but I would like to test different models, at least 4.0.

Hi I want to use this project as a module .i am using this in my project which is giving me some bugs due to @HiltAndroidApp annotation as have declared...