Spaces:
Sleeping
Sleeping
Update app5.py
Browse files
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 |
|