mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Revert constant change
This reverts the constant change for the default model in commit a896f3f312
.
This commit is contained in:
parent
a896f3f312
commit
fdf33812c9
@ -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[] = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user