19 lines
472 B
Markdown
19 lines
472 B
Markdown
# Owner Voice Pet
|
|
|
|
Python desktop pet voice pipeline for the OpenSpec change `add-voice-pet-pipeline`.
|
|
|
|
The first implementation keeps secrets out of the repository. Configure runtime values with environment variables:
|
|
|
|
- `OWNER_LLM_BASE_URL`
|
|
- `OWNER_LLM_API_KEY`
|
|
- `OWNER_LLM_MODEL`
|
|
- `OWNER_LLM_API_STYLE`
|
|
|
|
Validation commands used by the change:
|
|
|
|
```bash
|
|
python3.11 -m compileall src tests
|
|
python3.11 -m unittest discover -s tests
|
|
openspec validate --all --strict
|
|
```
|