set_stt_key

Set the API Key

Description

Sets the API key for hosted STT services (e.g., OpenAI). Local servers typically ignore this.

Usage

1set_stt_key(key)

Arguments

  • key: Character string. The API key.

Value

Invisibly returns the previous value.

Examples

1set_stt_key(Sys.getenv("OPENAI_API_KEY"))