Short-Term Memory (Lost?) & Speech-to-Text (kinda)







Short-Term Memory Loss & Speech-to-Text Integration
For this update, I’ve been working on two new experimental features for DevAIl:
🧠 Short-Term Memory(loss)
DevAIl can now remember up to 10 messages during a play session:
1 slot is always reserved for the initial system prompt (the bot’s configuration).
The remaining 9 slots are used for the most recent interactions.
Each interaction counts as a message → both your input and the AI’s response are stored.
Example: If you ask the AI to “jump” and it replies, that already counts as 2 interactions.
Once the memory limit is reached, the oldest entries are discarded, keeping only the latest context.
🎙 Speech-to-Text Recognition
I’ve also integrated voice recognition using whisper.cpp .
Hold the “1” key (top left of the keyboard) to start listening.
Release the key to stop.
Your speech will be transcribed into text and sent directly to the AI.
📥 To use this feature, download the model ggml-small.bin from HuggingFace and place it in:
Files
Get DevAIl
DevAIl
DevAIl – Experimental test of Unreal Engine integration with AI.
Status | Prototype |
Category | Other |
Author | Brejack |
Tags | ai-prototype, llm, Prototype, python, Sandbox, Unreal Engine |
Leave a comment
Log in with itch.io to leave a comment.