Skip to content

Commit

Permalink
[Backport jb-v7.12.x] chore(client): update display name for agentic …
Browse files Browse the repository at this point in the history
…model (#6829)

The display name for the deep-cody model has been updated from
'Agentic Chat' to 'Agentic chat'.


## Test plan



Verify the name update:

<img width="496" alt="image"
src="https://github.com/user-attachments/assets/8e1cc5a3-d8bc-44ea-94c9-1a1488e39541"
/>
 <br> Backport ca3fcd1 from #6827

Co-authored-by: Beatrix <68532117+abeatrix@users.noreply.github.com>
  • Loading branch information
sourcegraph-release-bot and abeatrix authored Jan 28, 2025
1 parent faf32cf commit bd99393
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 bd99393

Please sign in to comment.