diff --git a/.env.example b/.env.example index 9e11927..f7a3f4b 100644 --- a/.env.example +++ b/.env.example @@ -35,6 +35,9 @@ ROUTEWAY_API_KEY= # G4F (works without key for free tier) G4F_API_KEY= +# Kilo Gateway - Universal AI Inference API (https://kilo.ai) +KILO_API_KEY= + # Bytez BYTEZ_API_KEY= diff --git a/docker-compose.yml b/docker-compose.yml index e5d3be0..0046ce2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -118,6 +118,8 @@ services: - ROUTEWAY_API_KEY=${ROUTEWAY_API_KEY:-} # G4F - G4F_API_KEY=${G4F_API_KEY:-} + # Kilo Gateway + - KILO_API_KEY=${KILO_API_KEY:-} # Bytez - BYTEZ_API_KEY=${BYTEZ_API_KEY:-} # Ollama