Revert constant change

This reverts the constant change for the default model in commit a896f3f312.
This commit is contained in:
navyseal4000 2024-11-21 08:00:27 -06:00
parent a896f3f312
commit fdf33812c9

View File

@ -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[] = [
{