diff options
author | David Timber <dxdt@dev.snart.me> | 2024-11-19 13:15:02 +0100 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-11-19 13:15:02 +0100 |
commit | c01c6586bc1f79510688f35824c7049172063b58 (patch) | |
tree | 3627a47ffd83b846bd5bc76f626ff11c6816a56d /doc/env.sample |
Diffstat (limited to 'doc/env.sample')
-rw-r--r-- | doc/env.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/env.sample b/doc/env.sample new file mode 100644 index 0000000..de7d0a4 --- /dev/null +++ b/doc/env.sample @@ -0,0 +1,7 @@ +OPENAI_API_KEY="FIXME" +LLM_MODEL="gpt-3.5-turbo" # optional +OUT_TOKENS_MIN="100" # optional +OUT_TOKENS_MAX="500" # optional +LLM_TEMP="0" # optional +LLM_SEED="0" # optional +MAX_TOKENS="8000" |