@wovin/tranz-cli 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -44,7 +44,7 @@ class Scribe extends Command {
|
|
|
44
44
|
}
|
|
45
45
|
if (providerName === "mistral") {
|
|
46
46
|
if (timestamps && language) {
|
|
47
|
-
this.error(
|
|
47
|
+
this.error(`Cannot use --timestamps and --language together (Mistral API limitation)\nSee: https://docs.mistral.ai/capabilities/audio_transcription`);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
// Load API key
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@wovin/tranz-cli",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5",
|
|
5
5
|
"description": "CLI for audio and video transcription",
|
|
6
6
|
"author": "gotjoshua @gotjoshua",
|
|
7
7
|
"bin": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@oclif/plugin-plugins": "^3.1.8",
|
|
33
33
|
"@ztax/logger": "^0.2.1",
|
|
34
34
|
"fluent-ffmpeg": "^2.1.2",
|
|
35
|
-
"@wovin/tranz": "^0.1.
|
|
35
|
+
"@wovin/tranz": "^0.1.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@oclif/test": "^2.4.2",
|