10 lines
315 B
Plaintext
10 lines
315 B
Plaintext
|
|
# Environment Variables for Multi-Modal AI Orchestration
|
||
|
|
# Copy this file to .env and fill in your values
|
||
|
|
|
||
|
|
# Hugging Face Token (for downloading models)
|
||
|
|
# Get from: https://huggingface.co/settings/tokens
|
||
|
|
HF_TOKEN=hf_your_token_here
|
||
|
|
|
||
|
|
# Tailscale IP of GPU Server (for VPS to connect)
|
||
|
|
GPU_TAILSCALE_IP=100.100.108.13
|