Browse Source

cleanup launch.json

Karl 4 months ago
parent
commit
295918a129
1 changed files with 0 additions and 10 deletions
  1. 0 10
      .vscode/launch.json

+ 0 - 10
.vscode/launch.json

@@ -12,19 +12,9 @@
             "console": "integratedTerminal",
             "justMyCode": false,
             "args": [
-                // "Class of '92 - Out of Their League - S08E03 - Episode 3 HDTV-1080p.mkv",
                 "--model",
                 "base",
-                // "--srt_only",
-                // "TRUE",
-                // "--output_srt",
-                // "TRUE",
-                "-o",
-                "./test"
             ],
-            "env": {
-                "token": ""
-            }
         }
     ]
 }