summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/config.jsonc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config.jsonc b/doc/config.jsonc
index f185b17..7e8ff6c 100644
--- a/doc/config.jsonc
+++ b/doc/config.jsonc
@@ -1,4 +1,5 @@
{
+ "dryrun": false,
"login": {
"id": "",
"password": ""
@@ -6,6 +7,11 @@
"api_keys": {
"chatgpt": ""
},
+ "llm_params": {
+ "gpt": {
+ "temperature": 0
+ }
+ },
"marker": {
"secret": "",
"algorithm": "HS256"