Hi everyone! I would really appreciate any advice you might have for a project I’m working on for my Mom. She recently had a health event that left her with only partial vision. Before this, she always used technology for everyday tasks in managing her small business. (scheduling, writing documents ect…) She’s scared she will no longer be able to do this, so I’d love to develop the perfect assistant / voice companion for her.
The requirements would be:
- I would like to use a GPT4 voice model, that I can train or fine-tune on her current data.
- I would like the assistant to be able to retrieve this data at anytime, as well as inject new data for future retrieval. (Vector Database?)
- I would like to train a custom persona for this bot, so it is an everyday companion ai capable of searching the web, generating DALLE 3 images ect.
I will be running this off a touch screen android based tablet. So my question is; am I on the right track, to start with a GPT4 voice model, Fine-tune this model so it is suitable as her personal companion as well as assistant. Finally, I will integrate with a vector database?
Or would I be better off to simply use an app like BotRush with my own API key?