Press the green flag and type in a prompt. The system then encodes it into numbers. The system then adds up each number into a “target score”. I have two lists setup. A “prompts” and a “responses” list. Each line represents a sentence. Each number is separated by periods. The system will then add up the numbers in each prompt. This is the “score” of the prompt. The score is compared to the target score, and the one with the lowest difference is decided as the prompt. It will then select the corresponding response, (also in number and period form), decodes it into text, and displays it.
I am working on making it more customizable, for example, the ability to easily make custom prompts and responses. The more data it has, the better. However, the more data in the dataset, the more numbers it has to go through. Future Updates: “Pre Compiling” the dataset (Pre determine score) Better UI? Server? (For sending data to project?) Note: I used the ChatGPT to give me some basic prompts and responses to preload into the project. Some responses may look wrong/random. V1.3: Import/Export works. V1.3 Pre: Import/Export test. V1.2 Message Board V1.1 Dataset Customization. (That was easier than I thought.) V1: Release.