Skip to content

Commit

Permalink
chore(client): update display name for agentic model (#6827)
Browse files Browse the repository at this point in the history
The display name for the deep-cody model has been updated from 'Agentic
Chat' to 'Agentic chat'.


## Test plan

<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->

Verify the name update:

<img width="496" alt="image"
src="https://github.com/user-attachments/assets/8e1cc5a3-d8bc-44ea-94c9-1a1488e39541"
/>
  • Loading branch information
abeatrix authored Jan 27, 2025
1 parent 7da7444 commit ca3fcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/src/models/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ca3fcd1

Please sign in to comment.