add deepgram api key env var and config support

This commit is contained in:
leonardotrapani
2026-02-01 02:00:17 +01:00
parent 319a0ef8e2
commit 1865de74ef
5 changed files with 22 additions and 9 deletions
+7 -7
View File
@@ -1002,13 +1002,13 @@
"Update providers config section to include deepgram",
"Update config template in save.go with deepgram section"
],
"verify": [
"Deepgram API key resolved from config or DEEPGRAM_API_KEY env",
"Config template includes deepgram section",
"Typecheck passes"
],
"passes": false
},
"verify": [
"Deepgram API key resolved from config or DEEPGRAM_API_KEY env",
"Config template includes deepgram section",
"Typecheck passes"
],
"passes": true
},
// ============================================================================
// PHASE 9: DOCUMENTATION
// Consolidated at the end - update all docs once architecture is stable