Demonstrates using Google's Gemini models through Adam's Gemini API format. The program configures ADAM_API_GEMINI with a Gemini API key and sends a simple question to gemini-2.5-flash.
# Create a .env file with your Gemini API key
echo "GEMINI_API_KEY=AI..." > .env
make
./google-gemini- Configuring the Gemini provider with
ADAM_API_GEMINIformat - Using
adam_settings_set_providerwith a Gemini model name - The same
adam_runinterface works across all providers