UNPKG

@bobmatnyc/ai-code-review

Version:

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

10 lines (9 loc) 318 B
/** * @fileoverview Aggregates all provider model configurations */ import { EnhancedModelMapping } from '../types'; /** * Enhanced model map with comprehensive metadata. * This is the source of truth for all model configurations. */ export declare const ENHANCED_MODEL_MAP: Record<string, EnhancedModelMapping>;