Source Code:
src/gaia/llm/Import:
from gaia.llm import LLMClientDetailed Spec: spec/llm-client Purpose: Unified client for local and cloud LLM providers.
LLM Client
LLMClient is an abstract base class. Use create_client() to get the right provider:
Cloud Providers
Lemonade Client (AMD-Optimized)
Import:from gaia.llm.lemonade_client import DEFAULT_MODEL_NAME, DEFAULT_LEMONADE_URL
Related Topics
- Agent SDK - Higher-level chat interface
- Configuration - Setting up API keys and URLs
- Agent System - Using LLMs in agents