Chatty Assistant Description
Main features:
- speech recognition using OpenAI Whisper
- text-to-speech using phone's built-in engine
- auto-detects language for each GPT's sentence separately
- you can edit the system prompt
Chatty Assistant is open-source: https://github.com/mtopolnik/Assistant
The main principles of the app are honesty and transparency. It doesn't collect any of your data and it doesn't have its own backend server. It only talks to OpenAI's public API endpoints.
Since access to OpenAI API isn't free, you have to provide your own OpenAI API key. Chatty Assistant will use it strictly to authenticate its requests to OpenAI API and it will store it in a standard Android application preference, which may get automatically backed up to your Google account so that it's available to you on another device. You can delete the API key from the application at any time through a promininent menu option.
We encourage you to review and inspect its code at GitHub to see exactly how your API key is used.
- speech recognition using OpenAI Whisper
- text-to-speech using phone's built-in engine
- auto-detects language for each GPT's sentence separately
- you can edit the system prompt
Chatty Assistant is open-source: https://github.com/mtopolnik/Assistant
The main principles of the app are honesty and transparency. It doesn't collect any of your data and it doesn't have its own backend server. It only talks to OpenAI's public API endpoints.
Since access to OpenAI API isn't free, you have to provide your own OpenAI API key. Chatty Assistant will use it strictly to authenticate its requests to OpenAI API and it will store it in a standard Android application preference, which may get automatically backed up to your Google account so that it's available to you on another device. You can delete the API key from the application at any time through a promininent menu option.
We encourage you to review and inspect its code at GitHub to see exactly how your API key is used.
Open up