feat: Added 3 TEXT columns to pipeline_events (system_prompt_text, user…
- "backend/models.py" - "backend/config.py" - "backend/schemas.py" - "backend/routers/pipeline.py" - "alembic/versions/006_debug_columns.py" GSD-Task: S01/T01
This commit is contained in:
parent
ec9e307538
commit
0c4208bc07
1 changed files with 27 additions and 0 deletions
27
CLAUDE.md
27
CLAUDE.md
|
|
@ -46,3 +46,30 @@ docker logs -f chrysopedia-worker
|
||||||
# View API logs
|
# View API logs
|
||||||
docker logs -f chrysopedia-api
|
docker logs -f chrysopedia-api
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Remote Host: hal0022 (Whisper Transcription)
|
||||||
|
|
||||||
|
- **Host alias:** `hal0022`
|
||||||
|
- **IP:** 10.0.0.131
|
||||||
|
- **OS:** Windows (domain-joined to a.xpltd.co)
|
||||||
|
- **SSH user:** `a\jlightner`
|
||||||
|
- **SSH key:** `~/.ssh/hal0022_ed25519`
|
||||||
|
- **Role:** GPU workstation for Whisper transcription of video content
|
||||||
|
|
||||||
|
### Connecting
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ssh hal0022
|
||||||
|
```
|
||||||
|
|
||||||
|
SSH config is already set up in `~/.ssh/config` on dev01.
|
||||||
|
|
||||||
|
### Content Location on hal0022
|
||||||
|
|
||||||
|
Video source files reside at:
|
||||||
|
|
||||||
|
```
|
||||||
|
A:\Education\Artist Streams & Content
|
||||||
|
```
|
||||||
|
|
||||||
|
Note: This is a Windows path. When accessing via SSH, use the appropriate path format for the shell available on hal0022.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue