Agents
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API_KEY=your_api_key
DB_URL=your_database_url
MODEL_NAME=gpt-4
import os
api_key = os.getenv("CREATOR_API_KEY")
API_KEY=your_creator_api_key
MODEL_NAME=your_preferred_model
DB_CONNECTION_STRING=your_database_url
