Configuring External Providers

Helix can integrate with various external providers for enhanced functionality:

OpenAI Integration

To use OpenAI models, add the following to your configuration:

OPENAI_API_KEY=your_openai_api_key
OPENAI_BASE_URL=https://api.openai.com/v1

TogetherAI Integration

For TogetherAI models:

TOGETHER_API_KEY=your_together_api_key

Hugging Face Integration

For Hugging Face models and datasets:

HF_TOKEN=your_huggingface_token

GitHub Integration

To enable GitHub integration for app deployment:

GITHUB_TOKEN=your_github_token
GITHUB_WEBHOOK_SECRET=your_webhook_secret

Database Configuration

For external database connections:

DATABASE_URL=postgresql://user:password@host:port/database

Ensure you restart the Helix services after making configuration changes.