LLM Endpoint
Set your model provider values and API keys for chat and tool-enabled runs.
- OPENAI_API_KEY
- OPENAI_BASE_URL
- MODEL_NAME
Get Started
This quick path takes you from prerequisites to a working request loop with environment setup, runtime launch, and first-task validation in the open-source CATBot project.
Prerequisites
git clone <catbot-repo>
cd CATBot
./install.sh
cp .env.example .env
python src/servers/proxy_server.py
git clone <catbot-repo>
cd CATBot
./install.ps1
Copy-Item .env.example .env
python src/servers/proxy_server.py
Configuration
Set your model provider values and API keys for chat and tool-enabled runs.
Enable optional channels and tools as needed for your use case.
Start with a small scoped change and ask for validation. Example: "Update the landing page copy and include file references in the final summary."
Launch
Use the community and architecture guides to scale from solo usage to team adoption.