Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"))
|
|
6 |
|
7 |
assistant = client.beta.assistants.create(
|
8 |
name="Math Tutor",
|
9 |
-
instructions=
|
10 |
model="gpt-4-1106-preview",
|
11 |
)
|
12 |
|
|
|
6 |
|
7 |
assistant = client.beta.assistants.create(
|
8 |
name="Math Tutor",
|
9 |
+
instructions="You are a personal math tutor. Answer questions briefly, in a sentence or less.",
|
10 |
model="gpt-4-1106-preview",
|
11 |
)
|
12 |
|