Set the API Base URL
Description
Sets the base URL for OpenAI-compatible STT endpoints.
Usage
1set_stt_base(url)
Arguments
url: Character string. The base URL (e.g., “http://localhost:4123” or “https://api.openai.com”).
Value
Invisibly returns the previous value.
Examples
1set_stt_base("http://localhost:4123")
2set_stt_base("https://api.openai.com")