gsearch / client /src /lib /gemini.ts
nanoppa's picture
Upload 100 files
10c8635 verified
raw
history blame
285 Bytes
// This file is no longer needed as the Gemini integration has been moved to the server
// Keeping it as a placeholder in case we need client-side utilities later
export async function searchWithGemini(query: string) {
throw new Error('This function has been moved to the server');
}