Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 287 Bytes

openai_stt

  1. Configure the component in your configuration.yaml file:
stt:
  - platform: openai_stt
    api_key: "your_api_key_here"
    # Optional parameters:
    language: "en-US"
    model: "whisper"
    prompt: "You are transcribing a command to a virtual assistant."