We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ad55a commit ffd8c64Copy full SHA for ffd8c64
src/constants.ai.ts
@@ -23,7 +23,7 @@ export type SupportedAIModels = `${Exclude<AIProviders, AIPrimaryProviders>}:${s
23
24
export const gitKrakenProviderDescriptor: AIProviderDescriptor<'gitkraken'> = {
25
id: 'gitkraken',
26
- name: 'GitKraken AI (Preview)',
+ name: 'GitKraken AI',
27
primary: true,
28
requiresAccount: true,
29
requiresUserKey: false,
0 commit comments