Spaces:
Sleeping
Sleeping
GabrielSchultz
commited on
Commit
•
15ecee5
1
Parent(s):
abd4076
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import requests
|
|
3 |
import time
|
4 |
import os
|
5 |
|
6 |
-
api_key = os.getenv("
|
7 |
|
8 |
# Define the API calling function
|
9 |
def api_call(prompt, thread_id):
|
|
|
3 |
import time
|
4 |
import os
|
5 |
|
6 |
+
api_key = os.getenv("apismbcchatbotacess")
|
7 |
|
8 |
# Define the API calling function
|
9 |
def api_call(prompt, thread_id):
|