mirror of
https://github.com/open-webui/benchmark.git
synced 2026-07-21 01:05:29 -04:00
23 lines
618 B
Bash
23 lines
618 B
Bash
# Open WebUI Benchmark Configuration
|
|
# Copy this file to .env and configure for your environment
|
|
|
|
# Base URL of the Open WebUI instance to benchmark
|
|
OPEN_WEBUI_URL=http://localhost:8080
|
|
|
|
# Ollama instance URL (use host.docker.internal for local Ollama)
|
|
OLLAMA_BASE_URL=http://host.docker.internal:11434
|
|
|
|
# Enable Channels feature
|
|
ENABLE_CHANNELS=true
|
|
|
|
# Admin credentials for Open WebUI (REQUIRED)
|
|
ADMIN_USER_EMAIL=admin@example.com
|
|
ADMIN_USER_PASSWORD=adminpassword123
|
|
ADMIN_USER_NAME=Admin User
|
|
|
|
# Benchmark settings (optional)
|
|
MAX_CONCURRENT_USERS=50
|
|
USER_STEP_SIZE=10
|
|
SUSTAIN_TIME_SECONDS=30
|
|
MESSAGE_FREQUENCY=0.5
|