feat: scaffold project structure
Add pyproject.toml, pytest.ini, .env.example, app package layout (shared/pipeline/api/cron), and test skeleton. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
DB_PATH=/data/linkedstorm.db
|
||||
CLIPS_DIR=/data/clips
|
||||
SPEACHES_URL=http://192.168.86.150:8000
|
||||
OLLAMA_URL=http://192.168.86.150:11434
|
||||
OLLAMA_MODEL=qwen2.5:14b
|
||||
LIVEKIT_URL=ws://192.168.86.150:7880
|
||||
LIVEKIT_API_KEY=devkey
|
||||
LIVEKIT_API_SECRET=devsecret
|
||||
PIPELINE_INTERNAL_URL=http://linkedstorm-pipeline:8300
|
||||
CLIP_RETENTION_DAYS=30
|
||||
SPEAKER_KNOWN_THRESHOLD=0.85
|
||||
SPEAKER_AMBIGUOUS_THRESHOLD=0.60
|
||||
Reference in New Issue
Block a user