bstraehle commited on
Commit
90238b1
1 Parent(s): 719f157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=system_prompt,
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