Skip to content

Commit

Permalink
Clarify inferpretation is nondeterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Aug 5, 2023
1 parent 5c7bc42 commit 9ca0e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9ca0e71

Please sign in to comment.