From b5937ed8afeef780bc433cbe9276d6609e9ceece Mon Sep 17 00:00:00 2001 From: Gustav von Zitzewitz Date: Wed, 24 May 2023 15:25:30 +0200 Subject: [PATCH] disable local mode again --- datachad/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datachad/constants.py b/datachad/constants.py index 2a4ee9b..dc89a55 100644 --- a/datachad/constants.py +++ b/datachad/constants.py @@ -14,7 +14,7 @@ MAX_TOKENS = 3357 MODEL_N_CTX = 1000 ENABLE_ADVANCED_OPTIONS = True -ENABLE_LOCAL_MODE = True +ENABLE_LOCAL_MODE = False MODEL_PATH = Path.cwd() / "models" GPT4ALL_BINARY = "ggml-gpt4all-j-v1.3-groovy.bin"