Spaces:
Sleeping
Sleeping
binqiangliu
commited on
Commit
·
c95473d
1
Parent(s):
d92e455
Update app.py
Browse files
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
|
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
|