mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Add provider-backed dictation mode (#1327)
This commit is contained in:
@@ -190,6 +190,12 @@ On first run, HAPI:
|
||||
| `DB_PATH` | `~/.hapi/hapi.db` | - | Database file path |
|
||||
| `ELEVENLABS_API_KEY` | - | - | ElevenLabs API key for voice |
|
||||
| `ELEVENLABS_AGENT_ID` | Auto-created | - | Custom ElevenLabs agent ID |
|
||||
| `OPENAI_API_KEY` | - | - | OpenAI API key for dictation (`gpt-4o-transcribe`) |
|
||||
| `DEEPGRAM_API_KEY` | - | - | Deepgram API key for dictation (`nova-3`) |
|
||||
| `GROQ_API_KEY` | - | - | Groq API key for dictation (`whisper-large-v3`) |
|
||||
| `TRANSCRIPTION_BASE_URL` | - | - | OpenAI-compatible/local transcription base URL |
|
||||
| `TRANSCRIPTION_MODEL` | - | - | Model for the OpenAI-compatible transcription endpoint |
|
||||
| `TRANSCRIPTION_API_KEY` | - | - | Optional bearer token for that endpoint |
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
||||
Reference in New Issue
Block a user