-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example.sh
29 lines (21 loc) · 1.67 KB
/
.env.example.sh
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
export NVM_ENVIRONMENT="staging"
## The Nevermined API Key of the Agent
export NVM_API_KEY="e...."
## The Nevermined API Key of the user who will subscribe to the text2speech agent
## This key will be used in the `query.ts` script
export SUBSCRIBER_NVM_API_KEY="eyJhbGciOiJFUzI1NksifQ.eyJpc3MiOiIweDU4MzhCNTUxMmNGOWYxMkZFOWYyYmVjY0IyMGViNDcyMTFGOUIwYmMiLCJzdWIiOiIweDFCMDZDRkIyMkYwODMyZmI5MjU1NDE1MmRiYjVGOWM5NzU2ZTkzN2QiLCJqdGkiOiIweDlmMGRkNmZhODNkMDY3ZDRiYzFkNzEyN2Q3ZWE0M2EwYmUwNzc1NWJmNjMxMTVmYzJhODhmOTQwZmY4MjQ1NGQiLCJleHAiOjE3NTk4NzQwMDEsImlhdCI6MTcyODMxNjQwMn0.SqlcnMvdIjpZdBDs8FBsruYUIVpS75My-l5VfVwsFdU_3Xz5DuYt1frdF0QZq8isx9NOsNgRSeG8sBVtvAl-vRw"
## The DID of the plan that a subscriber needs to buy to use the text2speech agent
# See https://staging.nevermined.app/en/subscription/did:nv:0847b237d6e6d238850440f72e88b3a719542a8ba73ecfa03bda2050820dda35
export PLAN_DID="did:nv:0847b237d6e6d238850440f72e88b3a719542a8ba73ecfa03bda2050820dda35"
## The Text2Speech Agent DID
export AGENT_DID="did:nv:3b54498f1acd89a6d763d83a2719f9d02d051a210ecd2f3bf78ef09997819701"
# The DIDs of the Youtube Agent and Plan. The agent2agent use them to order the subscription
export AGENT_YOUTUBE_DID="did:nv:268cc4cb5d9d6531f25b9e750b6aa4d96cc5a514116e3afcf41fe4ca0a27dad0"
export PLAN_YOUTUBE_DID="did:nv:f44abbb4f7dfaf752e059e018377f6fa1ba30df7b8e53b627d272682306e660a"
## The OpenAI Key used by the Agent.
## This is necessary by the Text2Speech agent to generate the audio file
export OPEN_API_KEY="sk-"
## The IPFS configuration to upload generated audio files after their generation
export IPFS_GATEWAY="https://ipfs.infura.io:5001"
export IPFS_PROJECT_ID="...."
export IPFS_PROJECT_SECRET="....."