From fdf33812c9bc2a071f5746aded0ccc9f27171864 Mon Sep 17 00:00:00 2001 From: navyseal4000 Date: Thu, 21 Nov 2024 08:00:27 -0600 Subject: [PATCH] Revert constant change This reverts the constant change for the default model in commit a896f3f312bcecf9b9df588b63a4a3b78efbe06d. --- app/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/constants.ts b/app/utils/constants.ts index 3be6680..942afc4 100644 --- a/app/utils/constants.ts +++ b/app/utils/constants.ts @@ -6,7 +6,7 @@ export const WORK_DIR = `/home/${WORK_DIR_NAME}`; export const MODIFICATIONS_TAG_NAME = 'bolt_file_modifications'; export const MODEL_REGEX = /^\[Model: (.*?)\]\n\n/; export const PROVIDER_REGEX = /\[Provider: (.*?)\]\n\n/; -export const DEFAULT_MODEL = 'qwen2.5-coder:32b'; +export const DEFAULT_MODEL = 'claude-3-5-sonnet-latest'; const PROVIDER_LIST: ProviderInfo[] = [ {