summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/env.sample7
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"