diff --git a/lib/shared/src/models/client.ts b/lib/shared/src/models/client.ts index 317030c9ed87..94b48a15385d 100644 --- a/lib/shared/src/models/client.ts +++ b/lib/shared/src/models/client.ts @@ -20,7 +20,7 @@ function getDeepCodyServerModel(): ServerModel { return { // This modelRef does not exist in the backend and is used to identify the model in the client. modelRef: 'sourcegraph::2023-06-01::deep-cody', - displayName: 'Agentic Chat', + displayName: 'Agentic chat', modelName: 'deep-cody', capabilities: ['chat'], category: 'accuracy',