@bobmatnyc/ai-code-review
Version:
A TypeScript-based tool for automated code reviews using AI models from Google Gemini, Anthropic Claude, and OpenRouter
14 lines (13 loc) • 324 B
TypeScript
/**
* @fileoverview Command-line script to test API connections.
*
* This script tests connections to all configured APIs (Google Gemini and OpenRouter)
* to verify that the API keys provided in the environment variables are valid and
* working correctly.
*
* Usage:
* ```
* pnpm run test:api
* ```
*/
export {};