Fallback to less expensive model (#475)

This commit is contained in:
Engel Nyst
2024-04-07 05:45:37 +02:00
committed by GitHub
parent 4b4ce20f2d
commit 99a8dc4ff9
6 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ BACKEND_PORT = 3000
BACKEND_HOST = "127.0.0.1:$(BACKEND_PORT)"
FRONTEND_PORT = 3001
DEFAULT_WORKSPACE_DIR = "./workspace"
DEFAULT_MODEL = "gpt-4-0125-preview"
DEFAULT_MODEL = "gpt-3.5-turbo-1106"
CONFIG_FILE = config.toml
PRECOMMIT_CONFIG_PATH = "./dev_config/python/.pre-commit-config.yaml"