Skip to main content

6 docs tagged with "llm"

View all tags

Anthropic Integration

How Claude models (Haiku 4.5 primary, claude-sonnet fallback) are used across the chatbot, voice agent Care Agent, content generation scripts, and the Claude CLI for batch tasks

Chatbot Architecture

Technical architecture of the chatbot request pipeline — moderation, RAG retrieval, agent routing, tool calling, streaming response, and the LLM provider strategy (Claude primary / GPT-4o-mini fallback)

Debug Chatbot Issues

Diagnose chatbot problems — wrong responses, tools not saving, widget not loading, LLM errors — using Vercel logs, Supabase queries, and the RAG debug flow

Google AI Integration

Gemini 2.5 Flash usage as the primary voice agent LLM, plus Google OAuth for calendar integration and ShareWiseAI social platform connections

How the Voice Agent Works

End-to-end explanation of the ChurchWiseAI voice agent — body analogy, service map, call flow, and fallback chain

OpenAI Integration

OpenAI text-embedding-3-small for all RAG vector embeddings (unified_rag_content), plus gpt-4o-mini as the chatbot LLM fallback when Claude is unavailable