Skip to content
View liucoj's full-sized avatar

Block or report liucoj

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. open-webui/open-webui open-webui/open-webui Public

    User-friendly AI Interface (Supports Ollama, OpenAI API, ...)

    Python 122k 17.3k

  2. Flux2.c-API Flux2.c-API Public

    A Node.js server exposing two simple API endpoints for generating images using the Flux2.c library

    HTML 1

  3. Charts Charts Public

    Chart.js tool for OpenWebUI

    Python 29

  4. Flux-Replicate-Tool Flux-Replicate-Tool Public

    A Tool for OpenWebUI that permits calls to Replicate API to generate images using Flux. Dev, 1.1 Pro, Schnell models supported

    Python 1

  5. Decode .p7m files Decode .p7m files
    1
    import os
    2
    import sys
    3
    from cryptography.hazmat.primitives import serialization
    4
    from cryptography.hazmat.primitives.asymmetric import padding
    5
    from cryptography.hazmat.primitives import hashes
  6. Script to set MLX memory limits Script to set MLX memory limits
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Default values for percentages
    4
    DEFAULT_WIRED_LIMIT_PERCENT=85
    5
    DEFAULT_WIRED_LWM_PERCENT=75