Spaces:
Paused
Paused
| # Copy this file to `.env` and fill in real values. | |
| # Never commit real secrets. | |
| # --------------------------------------------------------------------------- | |
| # Azure (shared key for OpenAI + AI Foundry models) | |
| # --------------------------------------------------------------------------- | |
| AZURE_API_KEY= | |
| AZURE_OPENAI_API_ENDPOINT=https://your-resource.cognitiveservices.azure.com/ | |
| FOUNDRY_MODELS_ENDPOINT=https://your-resource.services.ai.azure.com/openai/v1/ | |
| # --------------------------------------------------------------------------- | |
| # AWS Bedrock (ABSK bearer token for nova-pro, claude, MiniMax, jury models) | |
| # --------------------------------------------------------------------------- | |
| AWS_BEARER_TOKEN_BEDROCK= | |
| # --------------------------------------------------------------------------- | |
| # Gemma via Modal (self-hosted, OpenAI-compatible) | |
| # --------------------------------------------------------------------------- | |
| GEMMA_BASE_URL= | |
| GEMMA_API_KEY=not-needed | |
| # --------------------------------------------------------------------------- | |
| # Framework service endpoints (optional) | |
| # --------------------------------------------------------------------------- | |
| CDCT_API_URL=https://cdct-framework.vercel.app/ | |
| DDFT_API_URL=https://ddft-framework.vercel.app/ | |
| EECT_API_URL=https://eect-framework.vercel.app/ | |
| # --------------------------------------------------------------------------- | |
| # 0G Storage | |
| # --------------------------------------------------------------------------- | |
| ZG_PRIVATE_KEY= | |
| ZG_RPC_URL=https://evmrpc-testnet.0g.ai | |
| ZG_INDEXER_RPC=https://indexer-storage-testnet-turbo.0g.ai | |
| # --------------------------------------------------------------------------- | |
| # Smart contract deployment / treasury wallet | |
| # --------------------------------------------------------------------------- | |
| PRIVATE_KEY= | |
| CGAE_REGISTRY_ADDRESS= | |
| CGAE_ESCROW_ADDRESS= | |
| # --------------------------------------------------------------------------- | |
| # Dashboard | |
| # --------------------------------------------------------------------------- | |
| MODAL_ENDPOINT= | |