Skip to content

Instantly share code, notes, and snippets.

View karilaa-dev's full-sized avatar

Kyryl Andreiev karilaa-dev

  • United States, WA
  • 23:33 (UTC -07:00)
View GitHub Profile
@karilaa-dev
karilaa-dev / Фичи Выживалки.md
Last active August 13, 2025 00:13
Фичи Выживалки.md

Блоки света

После крафта блока света, можно изменить их яркость если стать в него и написать:

/trigger lightLevelAP set #

Замените # на уровень яркости.

Крафт:

@karilaa-dev
karilaa-dev / README.md
Last active January 4, 2026 14:11
NotDiamond Auto Router for Open WebUI

NotDiamond Auto Router

This script is a pipe that uses the NotDiamond API to automatically route prompts to the most optimal language model based on a specified tradeoff (cost, performance, or latency).

It analyzes the user's prompt and selects the best-fit model from a predefined list, then seamlessly passes the request to the chosen model.

Installation

  1. Place the Script: Copy the notdiamond_auto_router.py file into the /data/pipes directory inside the installation volume.
  2. Install Dependencies: The system will automatically detect the requirements: httpx line in the script's docstring and install the necessary Python package. A restart may be required.