Commit 05b9a09
authored
feat: transcription & AI - Whisper, summaries, task extraction (#39)
Part 4/4 of audio recording feature stack.
## Changes
- OpenAI Whisper transcription (gpt-4o-mini-transcribe)
- Auto-generate 3-7 word summaries (GPT-4o-mini)
- Extract actionable tasks from transcripts
- TranscriptionSection UI component
- SettingsPanel for OpenAI key management
- Secure API key storage in authStore
- 25MB file size limit handling
## Stack
- PR 1/4: Foundation
- PR 2/4: Recording service
- PR 3/4: Recording UI
- **PR 4/4: Transcription & AI** ← You are here
## Review notes
Completes the feature. Focus on AI prompts, error handling, and API key security.1 parent e90083a commit 05b9a09
File tree
9 files changed
+1049
-14
lines changed- src
- main
- services
- renderer
- features/recordings
- components
- hooks
- stores
9 files changed
+1049
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments