Skip to content

Commit 82bded7

Browse files
author
Chris Kennedy
committed
update readme with details on personalities
1 parent 40cfd86 commit 82bded7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,18 @@ RsLLM is designed to facilitate a wide range of AI-driven operations, from gener
7070

7171
```bash
7272
./scripts/compile.sh # Build RsLLM
73-
./scripts/twitch.sh # Full command line shown for most features
73+
./scripts/broadcast_personality.sh # Full command line shown for most features (use personalities in ./personalities dir as an arg)
7474
./scripts/mpeg_analyzer.sh # Experimental MpegTS Analyzer mode (WIP)
7575
./scripts/mpeg_poetry.sh # Fun poetry about MpegTS Broadcasting with stream input prompt injection
7676
./scripts/system_health.sh # System health status from OS Stats prompt injection
7777
```
7878

79+
- **Broadcast to OBS with NDI with full pipeline**:
80+
81+
```bash
82+
./scripts/broadcast_personality.sh buddha
83+
```
84+
7985
- **Running with Candle and OS Stats for AI System Analysis**:
8086
```bash
8187
cargo run --release --features fonts,ndi,mps,metavoice,audioplayer -- \

scripts/broadcast_personality.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Buddhas AI Dharma Talks Character:
3+
# Broadcast a personality config from ./personalities:
44
#
55
# RsLLM configuration script:
66
# - @2024 Christi Kennedy

0 commit comments

Comments
 (0)