Coverage for streamwise_apps.py: 100%
2 statements
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-09 04:47 +0000
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-09 04:47 +0000
1"""
2Application names for StreamWise.
3"""
5STREAMWISE_APPS = (
6 "streamcast",
7 "streampersona",
8 "streamshort",
9 "streamdub",
10 "streammovie",
11 "streamlecture",
12 "streamanimate",
13 "streamchat",
14 "streamedit",
15)
17VLLM_SERVICES = (
18 "llm",
19 "gemma",
20 "llama32",
21 "whisper",
22)