-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.template
More file actions
41 lines (36 loc) · 1.86 KB
/
Copy pathenv.template
File metadata and controls
41 lines (36 loc) · 1.86 KB
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
# Phoenix Configuration (Local Development)
PHOENIX_COLLECTOR_ENDPOINT=http://localhost:6006
PHOENIX_PROJECT_NAME=prompt-ab-testing
# PHOENIX_API_KEY=your-phoenix-api-key # Only if using Phoenix cloud
# Service Configuration
SERVICE_NAME=ab-testing-gui
SERVICE_VERSION=1.0.0
NODE_ENV=development
# LLM Configuration
OPENAI_API_KEY=your-openai-api-key
# Arize Configuration (Get from https://app.arize.com)
# To find these values:
# 1. Go to app.arize.com
# 2. Navigate to Space Settings
# 3. Copy Space ID and API Key
ARIZE_SPACE_ID=your-space-id-here
ARIZE_API_KEY=your-api-key-here
ARIZE_MODEL_ID=ab-testing-gui
ARIZE_MODEL_VERSION=1.0.0
# Server Configuration (for future use)
PORT=3001
FRONTEND_URL=http://localhost:3000
# Nevermined Configuration
NEVERMINED_ENVIRONMENT_ID=appBase
NEVERMINED_RPC_HOST="https://node.base.nevermined.app" # This is the Nevermined Node URL, often used as RPC/Provider URL
NEVERMINED_NODE_URL="https://node.base.nevermined.app"
NEVERMINED_PROXY_URL="https://proxy.base.nevermined.app"
NEVERMINED_MARKETPLACE_API_URI="https://marketplace-api.base.nevermined.app"
NEVERMINED_ARTIFACTS_PATH="./node_modules/@nevermined-io/contracts/artifacts/" # Default, verify if SDK handles this or needs specific version path
NEVERMINED_PRICING_PLAN_DID=did:nv:3a5580876c5372b84994de6848c5f33e354c26adfc6e44eca6a1dfed03028152
NEVERMINED_AGENT_ONE_DID=did:nv:5d9813ceda7af5577e7a6b22839ac1d921b12de89b893d2e421b28086963baaa
NEVERMINED_AGENT_TWO_DID=did:nv:5dbc34b591895247a836f4c0c0f6873ba7654115bc9cda07b956d33cbabbd477
NEVERMINED_AGENT_THREE_DID=did:nv:aa59f1b0f114d2ced2adb984a84203fb1bb795813577ec353be0e85bc87a79a0
NEVERMINED_API_KEY= # This is your specific API key for Nevermined services if needed, e.g. for AI Hub
ACCOUNT_PRIVATE_KEY= # Your development wallet private key for the Base network
# Add any other Nevermined SDK-specific variables below, e.g. contractsVersion