Luigi commited on
Commit
22ff9fd
·
1 Parent(s): c207339

adjust system prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -147,8 +147,7 @@ def run_asr(
147
 
148
  # Build messages for this segment
149
  sys_prompt = (
150
- "You are Qwen, a virtual human developed by the Qwen Team, Alibaba Group, "
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}]},