File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
defense_quickstart_audio_transcription_translation
defense_quickstart_denoise
defense_quickstart_news_scraper_summarizer Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ OPENBABYLON_API_URL=http://64.139.222.109:80/v1
5
5
# RESTACK_ENGINE_ID=<your-restack-engine-id>
6
6
# RESTACK_ENGINE_ADDRESS=<your-restack-engine-address>
7
7
# RESTACK_ENGINE_API_KEY=<your-restack-engine-api-key>
8
- # RESTACK_SDK_TOKEN =<your-restack-sdk -token>
8
+ # RESTACK_CLOUD_TOKEN =<your-restack-cloud -token>
Original file line number Diff line number Diff line change 4
4
load_dotenv ()
5
5
6
6
async def main ():
7
- # Initialize the RestackCloud client with the SDK token from environment variables
8
- restack_cloud_client = RestackCloud (os .getenv ('RESTACK_SDK_TOKEN ' ))
7
+ # Initialize the RestackCloud client with the CLOUD token from environment variables
8
+ restack_cloud_client = RestackCloud (os .getenv ('RESTACK_CLOUD_TOKEN ' ))
9
9
10
10
engine = {
11
11
'name' : 'restack_engine' ,
Original file line number Diff line number Diff line change 3
3
# RESTACK_ENGINE_ID=<your-restack-engine-id>
4
4
# RESTACK_ENGINE_ADDRESS=<your-restack-engine-address>
5
5
# RESTACK_ENGINE_API_KEY=<your-restack-engine-api-key>
6
- # RESTACK_SDK_TOKEN =<your-restack-sdk -token>
6
+ # RESTACK_CLOUD_TOKEN =<your-restack-cloud -token>
Original file line number Diff line number Diff line change 4
4
load_dotenv ()
5
5
6
6
async def main ():
7
- # Initialize the RestackCloud client with the SDK token from environment variables
8
- restack_cloud_client = RestackCloud (os .getenv ('RESTACK_SDK_TOKEN ' ))
7
+ # Initialize the RestackCloud client with the CLOUD token from environment variables
8
+ restack_cloud_client = RestackCloud (os .getenv ('RESTACK_CLOUD_TOKEN ' ))
9
9
10
10
engine = {
11
11
'name' : 'restack_engine' ,
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ OPENBABYLON_API_URL=http://64.139.222.109:80/v1
5
5
# RESTACK_ENGINE_ID=<your-restack-engine-id>
6
6
# RESTACK_ENGINE_ADDRESS=<your-restack-engine-address>
7
7
# RESTACK_ENGINE_API_KEY=<your-restack-engine-api-key>
8
- # RESTACK_SDK_TOKEN =<your-restack-sdk -token>
8
+ # RESTACK_CLOUD_TOKEN =<your-restack-cloud -token>
Original file line number Diff line number Diff line change 4
4
load_dotenv ()
5
5
6
6
async def main ():
7
- # Initialize the RestackCloud client with the SDK token from environment variables
8
- restack_cloud_client = RestackCloud (os .getenv ('RESTACK_SDK_TOKEN ' ))
7
+ # Initialize the RestackCloud client with the CLOUD token from environment variables
8
+ restack_cloud_client = RestackCloud (os .getenv ('RESTACK_CLOUD_TOKEN ' ))
9
9
10
10
engine = {
11
11
'name' : 'restack_engine' ,
Original file line number Diff line number Diff line change 4
4
load_dotenv ()
5
5
6
6
async def main ():
7
- # Initialize the RestackCloud client with the SDK token from environment variables
8
- restack_cloud_client = RestackCloud (os .getenv ('RESTACK_SDK_TOKEN ' ))
7
+ # Initialize the RestackCloud client with the CLOUD token from environment variables
8
+ restack_cloud_client = RestackCloud (os .getenv ('RESTACK_CLOUD_TOKEN ' ))
9
9
10
10
# Define the backend application configuration
11
11
backend_app = {
Original file line number Diff line number Diff line change 1
1
TOGETHER_API_KEY = <your-together-api-key>
2
- RESTACK_SDK_TOKEN = <your-restack-sdk -token>
2
+ RESTACK_CLOUD_TOKEN = <your-restack-cloud -token>
3
3
RESTACK_ENGINE_ID = <your-restack-engine-id>
4
4
RESTACK_ENGINE_ADDRESS = <your-restack-engine-address>
5
5
RESTACK_ENGINE_API_KEY = <your-restack-engine-api-key>
Original file line number Diff line number Diff line change 4
4
load_dotenv ()
5
5
6
6
async def main ():
7
- # Initialize the RestackCloud client with the SDK token from environment variables
8
- restack_cloud_client = RestackCloud (os .getenv ('RESTACK_SDK_TOKEN ' ))
7
+ # Initialize the RestackCloud client with the CLOUD token from environment variables
8
+ restack_cloud_client = RestackCloud (os .getenv ('RESTACK_CLOUD_TOKEN ' ))
9
9
10
10
engine = {
11
11
'name' : 'restack_engine' ,
You can’t perform that action at this time.
0 commit comments