Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,10 @@ from datetime import datetime
|
|
5 |
import openai
|
6 |
|
7 |
|
|
|
|
|
|
|
|
|
8 |
# Assistant Creation function
|
9 |
def create_assistant_json(uploaded_file, assistant_name, assistant_message):
|
10 |
client = openai.OpenAI(api_key=os.environ["API_TOKEN"])
|
|
|
5 |
import openai
|
6 |
|
7 |
|
8 |
+
user_db = {
|
9 |
+
os.environ["username"]: os.environ["password"],
|
10 |
+
}
|
11 |
+
|
12 |
# Assistant Creation function
|
13 |
def create_assistant_json(uploaded_file, assistant_name, assistant_message):
|
14 |
client = openai.OpenAI(api_key=os.environ["API_TOKEN"])
|