binqiangliu commited on
Commit
c95473d
·
1 Parent(s): d92e455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ openai.api_key = os.getenv("OPENAI_API_KEY")
18
 
19
  # Global variable to hold the chat history, initialise with system role
20
  conversation = [
21
- {"role": "system", "content": "You are an intelligent professor."}
22
  ]
23
 
24
  # transcribe function to record the audio input
 
18
 
19
  # Global variable to hold the chat history, initialise with system role
20
  conversation = [
21
+ {"role": "system", "content": "You are a helpful assistant."}
22
  ]
23
 
24
  # transcribe function to record the audio input