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"