AliInamdar commited on
Commit
5b29c1b
·
verified ·
1 Parent(s): 454c0a1

Update utils/helper.py

Browse files
Files changed (1) hide show
  1. utils/helper.py +1 -6
utils/helper.py CHANGED
@@ -8,13 +8,8 @@ os.system("python3 -m pip install --no-cache-dir together")
8
 
9
  from together import Together
10
 
11
- import os
12
-
13
- api_key = os.environ.get("f2f419e9e636fe7b6cd1bc7ac2e74ed72610efed52f89b48aef68ae88e12d65a")
14
- if not api_key:
15
- raise ValueError("API_KEY environment variable is not set.")
16
 
17
- client = Together(api_key=api_key)
18
 
19
 
20
 
 
8
 
9
  from together import Together
10
 
 
 
 
 
 
11
 
12
+ client = Together(api_key=os.environ["tgp_v1_QxHjcs582Y4kSGPd5a2VyrKDD6S81ctp-M-rT_ioDNE"])
13
 
14
 
15