api_gemini 0.5.0

Gemini's API for accessing large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Scripts

## Purpose
Utility scripts for project maintenance, testing setup, and automation tasks.

## Organization Principles
- Flat structure with descriptive script names
- Each script includes usage documentation in header comments
- Executable scripts have appropriate permissions

## Navigation Guide
- Build automation: Look for build_*.sh or setup_*.sh
- Test utilities: Look for test_*.sh or validate_*.sh
- Maintenance scripts: Look for clean_*.sh or update_*.sh
- Run scripts with --help flag for usage information