summaryrefslogtreecommitdiff
path: root/pi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-21 12:46:30 +0200
committerPaul Buetow <paul@buetow.org>2026-03-21 12:46:30 +0200
commitdd621fefb33ee006f8d2855caa9f88a268717a9a (patch)
tree45fec50ae97950cd2eb31bfeea41782919c865fa /pi
parentd54c42d6c6a9d559b912c7f5330397e236ea407b (diff)
Consolidate vllm-setup.txt into README.md and remove the file
Merged all still-relevant content from vllm-setup.txt into README.md: - Why vLLM over Ollama section - Full monitoring commands with engine metrics table - Troubleshooting table - VRAM sizing guide - Performance characteristics table Dropped LiteLLM, Anthropic API, Claude Code, and OpenCode sections which are no longer applicable. Removes the vllm-setup.txt file.
Diffstat (limited to 'pi')
-rw-r--r--pi/agent/extensions/loop-scheduler/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pi/agent/extensions/loop-scheduler/README.md b/pi/agent/extensions/loop-scheduler/README.md
index 78a6635..65ab10f 100644
--- a/pi/agent/extensions/loop-scheduler/README.md
+++ b/pi/agent/extensions/loop-scheduler/README.md
@@ -2,7 +2,7 @@
Session-scoped recurring prompts for Pi.
-This extension adds a Claude-Code-style `/loop` command for interactive Pi
+This extension adds a recurring `/loop` command for interactive Pi
sessions. It schedules a prompt to be re-sent on an interval while the current
Pi process stays open.