diff --git a/CLAUDE.md b/CLAUDE.md index abdb8c7..f7f3ac6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,7 +18,6 @@ Speech-to-text API client for R. | `whisper` | Native R torch whisper | **No** (text only) | | `audio.whisper` | audio.whisper R package | Yes | | `openai` | OpenAI Whisper API | Yes | -| `fal` | fal.ai Whisper | Yes | | `auto` | Try backends in order | Depends | ### Backend Selection diff --git a/man/dot-via_fal.Rd b/man/dot-via_fal.Rd deleted file mode 100644 index 1cf49f3..0000000 --- a/man/dot-via_fal.Rd +++ /dev/null @@ -1,11 +0,0 @@ -% tinyrox says don't edit this manually, but it can't stop you! -\name{.via_fal} -\alias{.via_fal} -\title{Transcribe via fal.api} -\usage{ -.via_fal(file, model = NULL, language = NULL) -} -\description{ -Transcribe via fal.api -} -\keyword{internal}