Skip to content

Commit ffd8c64

Browse files
committed
Removes preview label from GK AI
1 parent e9ad55a commit ffd8c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export type SupportedAIModels = `${Exclude<AIProviders, AIPrimaryProviders>}:${s
2323

2424
export const gitKrakenProviderDescriptor: AIProviderDescriptor<'gitkraken'> = {
2525
id: 'gitkraken',
26-
name: 'GitKraken AI (Preview)',
26+
name: 'GitKraken AI',
2727
primary: true,
2828
requiresAccount: true,
2929
requiresUserKey: false,

0 commit comments

Comments
 (0)