llm

Installation
SKILL.md

LLM Implementation Guidelines

Directory Structure

LLM-related code is organized in specific directories:

  • apps/web/utils/ai/ - Main LLM implementations
  • apps/web/utils/llms/ - Core LLM utilities and configurations
  • apps/web/__tests__/ - LLM-specific tests

Key Files

  • utils/llms/index.ts - Core LLM functionality
  • utils/llms/model.ts - Model definitions and configurations
  • utils/usage.ts - Usage tracking and monitoring

Implementation Pattern

Follow this standard structure for LLM-related functions:

Installs
22
GitHub Stars
10.7K
First Seen
Mar 10, 2026
llm — elie222/inbox-zero