Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Package: stt.api
Title: 'OpenAI' Compatible Speech-to-Text API Client
Version: 0.2.0
Authors@R:
Version: 0.2.1
Authors@R: c(
person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre"),
comment = c(ORCID = "0009-0005-4248-604X"))
comment = c(ORCID = "0009-0005-4248-604X")),
person("Cornball AI", role = "cph"))
Description: A minimal-dependency R client for 'OpenAI'-compatible speech-to-text
APIs (see <https://platform.openai.com/docs/api-reference/audio>) with
optional local fallbacks. Supports 'OpenAI', local servers, and the
Expand Down