UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio

13 lines (12 loc) 436 B
#!/usr/bin/env node /** * Google AI Studio Setup Command * * Simple setup for Google AI Studio (Google AI) integration: * - GOOGLE_AI_API_KEY (required) * - GOOGLE_AI_MODEL (optional, with recommended choices) * * Follows the same UX patterns as setup-openai and setup-gcp */ import { type ProviderSetupArgv } from "../../lib/types/index.js"; export declare function handleGoogleAISetup(argv: ProviderSetupArgv): Promise<void>;