mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
model.domains.registry: do not include a model name. Fixes #1038
This commit is contained in:
@@ -33,7 +33,7 @@ export const ModelDomainsRegistry: Record<DModelDomainId, ModelDomainSpec> = {
|
||||
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],
|
||||
|
||||
Reference in New Issue
Block a user