UNPKG

@bobmatnyc/ai-code-review

Version:

A TypeScript-based tool for automated code reviews using AI models from Google Gemini, Anthropic Claude, and OpenRouter

8 lines (7 loc) 270 B
/** * @fileoverview Debug utility to list available Gemini models. * * This script connects to the Google Generative AI API and lists all available models. * It's useful for debugging model-related issues and ensuring we're using correct model names. */ export {};