Skip to content

librechat.yaml doesn't recognize speech settings at root level. #4084

Closed Answered by danny-avila
pechyonkin asked this question in Troubleshooting
Discussion options

You must be logged in to vote

It's recognized on my end, from my startup logs:

  },
  "speech": {
    "tts": {
      "openai": {
        "voices": [
          "alloy",
          "echo",
          "fable",
          "onyx",
          "nova",
          "shimmer"
        ],
        "apiKey": "${OPENAI_API_KEY}",
        "model": "tts-1"
      }
    },
    "stt": {
      "openai": {
        "apiKey": "${OPENAI_API_KEY}",
        "model": "whisper-1"
      }
    }
  }
}

Are you using an older version of LibreChat?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pechyonkin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4059 on September 17, 2024 13:56.