jack 1 week ago
parent
commit
0ed762ade2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/core/runner/thread_runner.py

+ 1 - 1
app/core/runner/thread_runner.py

@@ -416,7 +416,7 @@ class ThreadRunner:
                     elif (
                     elif (
                         content.get("type") == "input_audio"
                         content.get("type") == "input_audio"
                         and run.audio is not None
                         and run.audio is not None
-                        and is_audio_num < 5
+                        and is_audio_num < 2
                     ):
                     ):
                         message_content.append(content)
                         message_content.append(content)
                         is_audio_num += 1
                         is_audio_num += 1