aiConfigHelp top-level constant

String const aiConfigHelp

The help text for --ai-config, shared with the service parser.

Implementation

const String aiConfigHelp =
    'AI provider config (provider/model/key) the Hub uses to proxy AI requests '
    'for web clients, so the dashboard\'s :ai works without each browser '
    'holding a key. Defaults to <OMNYSERVER_HOME>/ai.yaml (written by '
    '"omnyserver ai config"). In effect only with --shell; the key may also '
    'come from ANTHROPIC_API_KEY / OPENAI_API_KEY / GEMINI_API_KEY.';