Spaces:
Running
on
Zero
Running
on
Zero
adjust system prompt
Browse files
app.py
CHANGED
@@ -147,8 +147,7 @@ def run_asr(
|
|
147 |
|
148 |
# Build messages for this segment
|
149 |
sys_prompt = (
|
150 |
-
"You are
|
151 |
-
"capable of perceiving auditory and visual inputs, as well as generating text and speech."
|
152 |
)
|
153 |
messages = [
|
154 |
{"role": "system", "content": [{"type": "text", "text": sys_prompt}]},
|
|
|
147 |
|
148 |
# Build messages for this segment
|
149 |
sys_prompt = (
|
150 |
+
"You are a speech recognition model."
|
|
|
151 |
)
|
152 |
messages = [
|
153 |
{"role": "system", "content": [{"type": "text", "text": sys_prompt}]},
|