Clear speech to text, listening upon submission

This commit is contained in:
navyseal4000
2024-11-21 07:55:53 -06:00
parent 36b7d94bdd
commit a896f3f312
2 changed files with 35 additions and 5 deletions

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 = 'claude-3-5-sonnet-latest';
export const DEFAULT_MODEL = 'qwen2.5-coder:32b';
const PROVIDER_LIST: ProviderInfo[] = [
{