disable local mode for demo

main
Gustav von Zitzewitz 1 year ago
parent 01c0fdc02e
commit f7339fa6a9

@ -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"

Loading…
Cancel
Save