Issues using tiktok-whisper on windows #4
-
hello, my error looks like this: 2024/02/09 20:26:55 Running transcription command... With that being said, I tried fixing the whisper error and the CGO error, but it seems like the program is trying to use a different user's whisper. i cannot figure out how to fix this. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hi elemode: please follow the updated instruction in readme:
|
Beta Was this translation helpful? Give feedback.
hi elemode:
please follow the updated instruction in readme:
tiktok-whipser is based on two whisper engine: local whisper_cpp and remote openai whisper api. you should modify the binaryPath and modelPath in
func provideLocalTranscriber()
oftiktok-whisper/internal/app/wire.go
manuallycd ./internal/app go install github.com/g…