File size: 2,042 Bytes
03c8703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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=