Spaces:
Running
Running
File size: 306 Bytes
aaa3e82 |
1 2 3 4 5 6 7 8 9 10 11 |
# A1D MCP Server Environment Variables
# Copy this file to .env and fill in your values
# A1D API Key (Required)
# Get your API key from: https://a1d.ai/home/api
A1D_API_KEY=z4Zl7OhAM5r-DxyVFDN1A
# Optional: Gradio Configuration
# GRADIO_SERVER_NAME=0.0.0.0
# GRADIO_SERVER_PORT=7860
# GRADIO_SHARE=false
|