Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def chat_hf(text,session_tokenz):
|
|
12 |
|
13 |
try:
|
14 |
|
15 |
-
session_token = os.environ['
|
16 |
api = ChatGPT(session_token)
|
17 |
resp = api.send_message(text)
|
18 |
|
|
|
12 |
|
13 |
try:
|
14 |
|
15 |
+
session_token = os.environ['123_keyz']
|
16 |
api = ChatGPT(session_token)
|
17 |
resp = api.send_message(text)
|
18 |
|