From 5287db49b89b4b0490f28522b9f339536def0929 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 5 Aug 2023 18:29:03 +0700 Subject: [PATCH] Wording --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 39672e7..cd4998b 100644 --- a/readme.md +++ b/readme.md @@ -88,7 +88,7 @@ else fi ``` -The code is streamed out of the LLM during inferpretation and executed line by line so execution is not blocked waiting for inference to finish. The resulting code is cached and will be executed immediately the next time the humanscript is executed, bypassing the need for reinferpretation. +The code is streamed out of the LLM during inferpretation and executed line by line so execution is not blocked waiting for inference to finish. The generated code is cached on first run and will be executed instantly on subsequent runs, bypassing the need for reinferpretation. ## Usage