=====================
Overview
Free-auto-drip is a critical component of our apiary platform's self-governing AI agents, enabling 24/7 data flow and decision-making capabilities. This page outlines the setup process for free-auto-drip, utilizing the Groq tier and Llama API via Cloudflare Tunnel, with deterministic-only fallback.
Prerequisites
Before proceeding, ensure you have:
- A valid Llama API key (see llama-api) and a Groq account (see groq-tiers)
- Cloudflare Tunnel set up for your apiary instance (see cloudflare-tunnel)
Step 1: Configure Groq Tier
To enable free-auto-drip, you'll need to configure the Groq tier on your Llama API key:
- Navigate to your Llama API dashboard and select the "Groq" tier.
- Ensure the "Deterministic-only" fallback is enabled for maximum stability.
Step 2: Set up Cloudflare Tunnel
Cloudflare Tunnel will serve as a secure, encrypted connection between your apiary instance and the Llama API:
- Install and configure the Cloudflare Tunnel on your server (see cloudflare-tunnel)
- Update your apiary configuration to utilize the Cloudflare Tunnel endpoint.
Step 3: Integrate with Llama API
Integrate your Groq tier-enabled Llama API key with your apiary instance:
- Update your apiary configuration to include the Llama API endpoint and credentials.
- Ensure deterministic-only fallback is enabled for maximum stability.
Deterministic-Only Fallback
In case of network or service disruptions, deterministic-only fallback ensures continuous operation:
- This feature utilizes a pre-computed cache of AI agent decisions to ensure uninterrupted data flow.
Troubleshooting
For issues with free-auto-drip setup, refer to the following resources:
- troubleshooting
- Llama API documentation (see llama-api)
Sources and Related Pages
- groq-tiers: Groq tier documentation
- llama-api: Llama API integration guide
- cloudflare-tunnel: Cloudflare Tunnel setup instructions