clementrof commited on
Commit
bf72b8f
·
verified ·
1 Parent(s): 9f7db9a

Update app5.py

Browse files
Files changed (1) hide show
  1. app5.py +1 -2
app5.py CHANGED
@@ -10,8 +10,7 @@ import random
10
  import pymongo
11
  import certifi
12
 
13
-
14
- token = 'ZZRARNLSL8I1P0O9ONXT213DKIK9KB8EJFQXZH02'
15
 
16
  # Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
17
 
 
10
  import pymongo
11
  import certifi
12
 
13
+ token = os.getenv("runpod_key")
 
14
 
15
  # Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
16