Spaces:
Paused
Paused
| # EcoAgent β environment variable template | |
| # Copy this file to .env and fill in your values. | |
| # NEVER commit .env with real API keys to version control. | |
| # IBM Cloud API Key | |
| # Get from: https://cloud.ibm.com β Manage β Access (IAM) β API keys | |
| WATSONX_API_KEY=your-ibm-cloud-api-key-here | |
| # watsonx.ai endpoint β choose your region: | |
| # eu-de (Frankfurt): https://eu-de.ml.cloud.ibm.com <- default | |
| # us-south (Dallas): https://us-south.ml.cloud.ibm.com | |
| # eu-gb (London): https://eu-gb.ml.cloud.ibm.com | |
| # jp-tok (Tokyo): https://jp-tok.ml.cloud.ibm.com | |
| # au-syd (Sydney): https://au-syd.ml.cloud.ibm.com | |
| WATSONX_URL=https://eu-de.ml.cloud.ibm.com | |
| # watsonx.ai Studio Project ID (UUID) | |
| # Get from: https://eu-de.dataplatform.cloud.ibm.com | |
| # β open your project β Manage tab β General β Project ID | |
| WATSONX_PROJECT_ID=your-project-id-uuid-here | |