managarten/apps/wisekeep/legacy/config.json
Till-JS cb5657579b feat(wisekeep): rename transcriber app to wisekeep
Rebranding the transcriber application to better reflect its purpose:
AI-powered wisdom extraction from video content.

Changes:
- Renamed folder: apps/transcriber → apps/wisekeep
- Updated all package names to @wisekeep/* namespace:
  - @wisekeep/backend
  - @wisekeep/web
  - @wisekeep/landing
  - @wisekeep/mobile
  - @wisekeep/shared-types
- Updated root package.json scripts:
  - wisekeep:dev, dev:wisekeep:backend, dev:wisekeep:web, etc.
- Updated documentation in CLAUDE.md files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 14:44:44 +01:00

31 lines
No EOL
573 B
JSON

{
"default_model": "small",
"default_language": "de",
"models": {
"tiny": {
"size_mb": 39,
"speed": "~10x Echtzeit",
"accuracy": "75%"
},
"base": {
"size_mb": 74,
"speed": "~7x Echtzeit",
"accuracy": "85%"
},
"small": {
"size_mb": 244,
"speed": "~4x Echtzeit",
"accuracy": "91%"
},
"medium": {
"size_mb": 769,
"speed": "~2x Echtzeit",
"accuracy": "94%"
},
"large": {
"size_mb": 1550,
"speed": "~1x Echtzeit",
"accuracy": "96-98%"
}
}
}