README: documentato backend trascrizione enne2

This commit is contained in:
dev
2026-08-09 22:58:05 +02:00
parent 507d186d3b
commit a1edd73079
+12
View File
@@ -45,6 +45,18 @@ variabile d'ambiente `GEMINI_API_KEY`.
echo "LA_TUA_KEY" > ~/.agy-chat/gemini-key && chmod 600 ~/.agy-chat/gemini-key
```
**Backend di trascrizione** (variabile `AGY_STT_BACKEND`):
| Backend | Descrizione | Configurazione |
|---|---|---|
| `gemini` (default) | Gemini API (`gemini-3.5-flash`), veloce e affidabile | key in `~/.agy-chat/gemini-key` |
| `enne2` | Server locale `ai.enne2.net` con `gemma4:E4B` (supporta audio), ~2-3s | `AGY_STT_URL` (default `https://ai.enne2.net`), `AGY_STT_MODEL` (default `gemma4:E4B`) |
```bash
# usa il server locale
export AGY_STT_BACKEND="enne2"
```
Comandi: `/agy:record` (toggle), `/agy:record:stop` (ferma).
## Installazione