Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/google-ai/integration.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default new IntegrationDefinition({
name: 'google-ai',
title: 'Google AI',
description: 'Gain access to Gemini models for content generation, chat responses, and advanced language tasks.',
version: '7.0.1',
version: '7.0.2',
readme: 'hub.md',
icon: 'icon.svg',
entities: {
Expand Down
2 changes: 1 addition & 1 deletion integrations/google-ai/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const ModelId = z
export type ModelId = z.infer<typeof ModelId>

export const OverrideModelIds: Partial<Record<ModelId, string>> = {
'gemini-3-pro': 'gemini-3-pro-preview',
'gemini-3-pro': 'gemini-3.1-pro-preview',
'gemini-3-flash': 'gemini-3-flash-preview',
}

Expand Down
Loading