randydev commited on
Commit
ccf5085
·
1 Parent(s): 8395f6b

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +3 -0
functions.py CHANGED
@@ -18,6 +18,9 @@
18
  # along with this program. If not, see <https://www.gnu.org/licenses/>.
19
 
20
  import requests
 
 
 
21
 
22
  def ryuzaki_ai_text(text):
23
  API_URL = SOURCE_ALPHA_URL
 
18
  # along with this program. If not, see <https://www.gnu.org/licenses/>.
19
 
20
  import requests
21
+ import os
22
+
23
+ HUGGING_TOKEN = os.environ["HUGGING_TOKEN"]
24
 
25
  def ryuzaki_ai_text(text):
26
  API_URL = SOURCE_ALPHA_URL