🚀 docs for models & other commands, also try /help
☰
×
Choose Model:
None
Choose Voice:
Onyx
Alloy
Echo
Fable
Nova
Shimmer
Active Users
Inactive Users
{% for room in rooms %}
{{ room.name }}
{% if room.title %}
{{ room.title }} {% endif %} {% if room.get_active_users()|length %}
{{ room.get_active_users()|length }} users {% endif %}
{% endfor %}
{% block content %}{% endblock %}