Skip to content
View Enz0Z's full-sized avatar
💻
Coding
💻
Coding
  • Madrid, Spain
  • 20:53 (UTC +02:00)
  • X @Enz0Z

Organizations

@Intocables-Infrastructure

Block or report Enz0Z

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Install docker in Debian Install docker in Debian
    1
    # Add Docker's official GPG key:
    2
    sudo apt-get update
    3
    sudo apt-get install ca-certificates curl
    4
    sudo install -m 0755 -d /etc/apt/keyrings
    5
    sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
  2. elevenlabs-llm-proxy elevenlabs-llm-proxy Public

    This project exposes a minimal API surface that looks like OpenAI's Chat Completions API while routing requests to ElevenLabs APIs and WebSocket conversation endpoints.

    Python