Skip to content

Commit

Permalink
Revert constant change
Browse files Browse the repository at this point in the history
This reverts the constant change for the default model in commit a896f3f.
  • Loading branch information
navyseal4000 committed Nov 21, 2024
1 parent a896f3f commit fdf3381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
{
Expand Down

0 comments on commit fdf3381

Please sign in to comment.