Skip to content

Commit a74fbe3

Browse files
committed
fix type
1 parent 303934f commit a74fbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/api-key/byok.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { createLogger } from '@/lib/logs/console/logger'
66

77
const logger = createLogger('BYOKKeys')
88

9-
export type BYOKProviderId = 'openai' | 'anthropic' | 'google' | 'mistral' | 'exa'
9+
export type BYOKProviderId = 'openai' | 'anthropic' | 'google' | 'mistral'
1010

1111
export interface BYOKKeyResult {
1212
apiKey: string

0 commit comments

Comments
 (0)