set_stt_base

Set the API Base URL

Description

Sets the base URL for OpenAI-compatible STT endpoints.

Usage

1set_stt_base(url)

Arguments

Value

Invisibly returns the previous value.

Examples

1set_stt_base("http://localhost:4123")
2set_stt_base("https://api.openai.com")