The audio models available for transcription
The audio models available for transcription
(create-speech &
{:keys [model response-format voice]
:or {model :gpt-4o-mini-tts response-format :wav voice :verse}
:as m})
(url->filename url)
Given a java.net.URL, returns the last path segment as a filename.
If the path is empty or ends in /
, returns the URL's host instead.
Given a java.net.URL, returns the last path segment as a filename. If the path is empty or ends in `/`, returns the URL's host instead.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close