Skip to content

_Originally posted by @iid7oom21 in https://github.com/runwayml/sdk-python/issues/272_ #276

Description

@iid7oom21

Originally posted by @iid7oom21 in #272

Originally posted by @iid7oom21 in #273

voice = client.voices.retrieve(id=voice_id)

if voice.status == 'READY':
print('Preview:', voice.preview_url)

Originally posted by @iid7oom21 in #274

client.avatars.update(
avatar_id,
voice={
'type': 'custom',
'id': voice.id,
},
)

Originally posted by @iid7oom21 in #275

avatar = client.avatars.create(
name='Support Agent',
reference_image='https://example.com/avatar.png',
voice={
'type': 'custom',
'id': voice.id,
},
personality='You are a helpful customer support agent...',
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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