diff --git a/src/common/stores/llms/model.domains.registry.ts b/src/common/stores/llms/model.domains.registry.ts index 4c1f63589..695ef316d 100644 --- a/src/common/stores/llms/model.domains.registry.ts +++ b/src/common/stores/llms/model.domains.registry.ts @@ -33,7 +33,7 @@ export const ModelDomainsRegistry: Record = { codeApply: { label: 'Code Editor', confLabel: 'Code', - confTooltip: 'Model for applying code changes and other code-related complex operations. E.g. Sonnet 3.5', + confTooltip: 'Model for applying code changes and other code operations', description: 'Code changes editor and applicator', recommended: 'Sonnet 3.5', requiredInterfaces: [LLM_IF_OAI_Fn],