Skip to content

Instantly share code, notes, and snippets.

@oyabun
oyabun / docker-compose.yml
Created December 17, 2025 18:28
OpenWebUI + DMR
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
ports:
- "3000:8080"
environment:
- WEBUI_AUTH=false
- OPENAI_API_BASE_URL=http://model-runner.docker.internal:80/engines/llama.cpp/v1
- OPENAI_API_KEY=na
volumes:
@oyabun
oyabun / DESCRIPTION
Created September 18, 2020 17:47 — forked from aagarw30/DESCRIPTION
Multiple Action buttons using reactiveValues() - an example
Title: reactiveValues() function
Description: With reactiveValues(), you can create your own reactive values. reactiveValues() Creates a list of objects that can be manipulated within a reactive context (within observer or observerEvent with dependency on changes in certain input or state of an object). reactiveValues() objects are not reactive themselves and do not re-execute themselves when input value changes unlike reactive objects. Powered by R, Shiny, and RStudio.
License: GPL-3
Author: Abhinav Agrawal
DisplayMode: Showcase
Tags: R, R Shiny,reactiveValues(), observeEvent()
Type: Shiny