Having a customizable option for the character would be great, however Character Creator does not allow it (the software I use to make the 3D model), I think I will have to switch to metahuman at some point. I would love to have the option to modify the android.
"if the Android trusts you it will change accordingly if asked?"
It's possible, it occurs to me
1. A first option is to have a list of requests and if one fits, do it (like the old chatbots worked), it's very fast and easy to implement, but it would often fail.
2. Add BERT (small and fast language model) in intent recognition mode, the implementation is not complex, it is moderately complex to do the fine tuning for the intentions, but it would work very well. In fact MTW already had something like that, but I removed it because it would be an extra cost to LLAMA and the CPU would still have more work, but it is possible.
3. The other would be for LLAMA itself to generate the intention after the text, although in instructor mode I'm not sure if it will let you, something like:
User: I want you to take off your clothes
Marian: Ok I'll take off my clothes [Intention: get naked]