# Handit.ai Configuration HANDIT_API_KEY=your_handit_api_key_here # Default LLM Provider DEFAULT_LLM_PROVIDER=openai # Model Configuration MODEL_PROVIDER=openai MODEL_NAME=mock-llm # LLM Nodes Configuration (if using new structure) # llm_1: openai/gpt-4 # llm_2: openai/gpt-4 # llm_3: openai/gpt-4 # Runtime Configuration PORT=8000 # Storage Configuration MEMORY_STORAGE=none CACHE_STORAGE=in-memory SQL_STORAGE=none # Add your custom environment variables below