From 567de0bb67ca09819368b5cf0b09bfa5c1a85f56 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 5 Aug 2023 18:50:00 +0700 Subject: [PATCH] Wording --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8f7d80a..e3061d4 100644 --- a/readme.md +++ b/readme.md @@ -190,7 +190,7 @@ HUMANSCRIPT_MODEL="gpt-3.5" Default: `true` -If the humanscript inferpreter should automatically execute the generated code on the fly. +Whether or not the humanscript inferpreter should automatically execute the generated code on the fly. If false the generated code will not be executed and instead be streamed to stdout. @@ -202,7 +202,7 @@ HUMANSCRIPT_EXECUTE="false" Default: `false` -If the humanscript inferpreter should regenerate a cached humanscript. +Whether or not the humanscript inferpreter should regenerate a cached humanscript. If true the humanscript will be reinferpreted and the cache entry will be replaced with the newly generated code.