Marksdo / Whisper

Batch Local Transcribe Audio/Movie To Text With Whisper AI Model. Keep Privacy Safe!
https://whisper.marksdo.com
17 stars 3 forks source link

DeepL Free API failed #35

Open wewesmil opened 4 months ago

wewesmil commented 4 months ago

I was using paid DeepL API for months and I have changed to free version. now the whisper mate gives me "Format Error" I thought API key has got issue. thus I have ereset my API key from my DeepL account and inserted new API key to my whisper.

now I see the same error...

"The data could not be read because it is not in the correct format."

How to resolve this issue?

wewesmil commented 4 months ago
ScreenShot 2024-05-16 15 49 23
wewesmil commented 4 months ago

OR is there any good Whisper Model that provides accurate korean translation? without using API key?

Or would you suggest any other method?

Marksdo commented 4 months ago

new version can use llm (like gpt4's api as an translator) https://github.com/Marksdo/Whisper/tree/main/LLM

i just test my free deepl free token, it's ok.

without using API key?

try search some deepl docker free image

Marksdo commented 4 months ago

without using API key?

try search some deepl docker free image and use whisper mate deepl local

image