Fixed: - Memory leak fixed by killing/terminating `llama.cpp` process called `main`.
0.1.53
Fixed: - Stop word detection on slow stream reads.
0.1.52
Fixed: - Stop word detection. - `stderr` has max `1.0` second to finish after process is killed/terminated. - Fixed exception `KeyError: 'prompt'` in `prompt: str = msg['prompt']`. - Fixed killing subprocess with its child process.