Skip to content

"31-openai-realtime-api-comparison" example - out of date Rime API values #57

@ClaytonFarr

Description

@ClaytonFarr

It looks like the Rime api connections for the template for this example project are out of date.

When building the default project the OpenAI Realtime service works correctly but the 'custom' Rime service hits a 401.

It looks like the Rime URL and auth method for Streaming PCM are now different:

  • url = "https://model-7qkpx4ew.api.baseten.co/production/predict" should be url = "https://users.rime.ai/v1/rime-tts"
  • "Authorization": f"Api-Key {self._api_key}", should be Authorization: Bearer {self._api_key}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions