From 11318b9d8ed8e974443acc78758ed1907e04e170 Mon Sep 17 00:00:00 2001 From: Adrien Abraham Date: Tue, 10 Oct 2023 15:14:33 +0200 Subject: [PATCH] config: fix JSON error --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 3e26a73..7469c67 100644 --- a/config.json.example +++ b/config.json.example @@ -69,7 +69,7 @@ "commands": ["doupsland"] }, "gpt3": { - "openai_key": "" + "openai_key": "", "join_lines": "; ", "computing_replies": ["Hmm…"] },