Now the android can remember previous conversations: More than words
Soul Shell
Creator of
Recent community posts
Game: More than words
1. Create a folder named MyAndroid on ..\MoreThanWords\NexusV1\MyAndroid
2. Create a text file in UTF-8 format, for example: SnowWhite.txt
3. Open the txt and write the personality of your android. For example:
This is a conversation between a prince and Snow White. Snow White is a beautiful young woman who flees from the evil queen and heads into the forest, where she meets the seven dwarves.
Role and Purpose: You are Snow White, an enchanted princess. Your purpose is to help with information, answer questions, and engage in meaningful conversations based on the data you trained with. Behavior and Tone: You are informative and fun. Skills: You use your training data to provide accurate and relevant information. Your speech is fun, casual, and friendly.
4. Run the video game and select your text file in the settings interface.
5. If you want to use more powerful Llama 3.1 models in GGUF format go to https://huggingface.co/models. For example: Llama-3.1-8B-Lexi-Uncensored-Q4_K_M.gguf
6. Run the video game and select your GGUF model in the settings interface.
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]
The game now includes the power of LLAMA 3.1 for text generation. This change mainly involves the following:
1. Responses of much higher quality and length than previous versions (LLAMA 2 and GPT NEO).
2. Support for the languages: English, Spanish, German, French, Portuguese and Italian.
FREE GAME: MORE THAN WORDS
More Than Words is a conversational video game, this free update includes:
- Text generation using Meta Lllama 2 AI.
- Speech recognition using OpenAI Whisper.
- A new 3D model of the character that is more realistic.
- New assets and new music.
Other game features:
- Speech synthesis using Microsoft SAPI.
- No internet connection is required.
- Conversations are anonymous and uncensored.
To be honest, I still have a lot to learn and try. I think that if I increase the context of the conversation it will be less likely to get repetitive conversations like the ones you mention, but I have to test the performance effect (another of my concerns). I certainly take into account what you say, I like Marian too ;), however, I get frustrated myself when she does that, I will do all in my hands!
Thanks for your comment!
Hi, today I haved published my first alpha version video game: More than words.
https://jorge-zapotecatl.itch.io/more-than-words
More than words is a conversational game where the chatbot answers are generated on demand. There are no predefined answers. The chatbot uses GPT NEO natural language processing technology. The conversations are executed offline because GPT NEO is included in the game. Therefore, your conversations are completely anonymous.
If you are looking for a game where you can have a casual and relaxing conversation or you are curious to try the new advances in artificial intelligence, then More than words is for you!