Skip to content
Open
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
4 changes: 2 additions & 2 deletions services/conversationalAIService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const MAX_INACTIVITY_MS = 30 * 60 * 1000; // User requested 30 minutes
let chat: Chat | null = null;
let turnCount = 0;
let lastInteractionTimestamp = 0;
const MODEL_NAME = 'gemini-2.5-flash-preview-09-2025'; //'gemini-3-flash-preview-09-2025';//'gemini-2.5-flash-preview-09-2025';//gemini-3-flash';// '
const MODEL_NAME = 'gemini-flash-latest';

let ai: GoogleGenAI | null = null;
export let mcpClientInstance: McpClient | null = null;
Expand Down Expand Up @@ -647,4 +647,4 @@ export const sendMessageToAI = async (
};

export const isGeminiClientInitialized = (): boolean => !!ai;
// export { mcpClientInstance }; // Export moved to line 45
// export { mcpClientInstance }; // Export moved to line 45