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.
Checks a base URL where the mistake is still readable.
The one people make is including
/v1.OPENAI_BASE_URLconventionally does, and the ElevenLabs SDK appends/v1itself, 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.