From 9ca0e714835e3f6048877828ebb7ac276ebffb69 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 6 Aug 2023 02:22:41 +0700 Subject: [PATCH] Clarify inferpretation is nondeterministic --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ce0bc0c..60a46eb 100644 --- a/readme.md +++ b/readme.md @@ -211,7 +211,7 @@ Default: `false` 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. +If true the humanscript will be reinferpreted and the cache entry will be replaced with the newly generated code. Due to the nondeterministic nature of LLMs each time you reinferpret a humanscript you will get a similar but slightly different output. ```shell HUMANSCRIPT_REGENERATE="true"