lurebat / openai_stt

GNU General Public License v3.0
1 stars 1 forks source link

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."