@langwatch/scenario
    Preparing search index...

    Function normalizeElevenLabsBaseUrl

    • Checks a base URL where the mistake is still readable.

      The one people make is including /v1. OPENAI_BASE_URL conventionally does, and the ElevenLabs SDK appends /v1 itself, so a base URL that carries it produces /v1/v1/convai/... and a 404 that names no cause. An empty value means unset, which leaves the SDK on its own default.

      Parameters

      • Optionalraw: string

      Returns string | undefined