Acbox
a04b8fd564
refactor: unify providers and models tables
...
- Rename `llm_providers` → `providers`, `llm_provider_oauth_tokens` → `provider_oauth_tokens`
- Remove `tts_providers` and `tts_models` tables; speech models now live in the unified `models` table with `type = 'speech'`
- Replace top-level `api_key`/`base_url` columns with a JSONB `config` field on `providers`
- Rename `llm_provider_id` → `provider_id` across all references
- Add `edge-speech` client type and `conf/providers/edge.yaml` default provider
- Create new read-only speech endpoints (`/speech-providers`, `/speech-models`) backed by filtered views of the unified tables
- Remove old TTS CRUD handlers; simplify speech page to read-only + test
- Update registry loader to skip malformed YAML files instead of failing entirely
- Fix YAML quoting for model names containing colons in openrouter.yaml
- Regenerate sqlc, swagger, and TypeScript SDK
2026-04-07 00:26:06 +08:00
..
2026-04-07 00:26:06 +08:00
2026-04-07 00:26:06 +08:00
2026-04-07 00:26:06 +08:00
2026-02-22 01:27:24 +08:00
2026-02-22 01:27:24 +08:00
2026-03-22 19:03:28 +08:00
2026-03-22 19:03:28 +08:00
2026-02-22 17:05:36 +08:00
2026-04-07 00:26:06 +08:00
2026-02-23 14:41:27 +08:00
2026-02-23 14:41:27 +08:00
2026-02-23 15:41:47 +08:00
2026-02-23 15:41:47 +08:00
2026-02-25 16:32:52 +08:00
2026-02-25 16:32:52 +08:00
2026-02-25 16:32:52 +08:00
2026-02-25 16:32:52 +08:00
2026-02-26 20:16:02 +08:00
2026-02-26 20:16:02 +08:00
2026-02-28 21:03:59 +08:00
2026-02-28 21:03:59 +08:00
2026-03-03 15:33:50 +08:00
2026-03-03 15:33:50 +08:00
2026-03-03 15:33:50 +08:00
2026-03-03 15:33:50 +08:00
2026-03-04 00:41:05 +08:00
2026-03-04 00:41:05 +08:00
2026-03-04 00:41:05 +08:00
2026-03-04 00:41:05 +08:00
2026-03-04 21:50:08 +08:00
2026-03-04 21:50:08 +08:00
2026-03-05 00:44:14 +08:00
2026-03-05 00:44:14 +08:00
2026-03-06 17:57:48 +08:00
2026-03-06 17:57:48 +08:00
2026-03-07 15:06:00 +08:00
2026-03-07 15:06:00 +08:00
2026-03-09 23:37:43 +08:00
2026-03-09 23:37:43 +08:00
2026-03-13 02:49:52 +08:00
2026-04-07 00:26:06 +08:00
2026-03-13 02:49:52 +08:00
2026-04-07 00:26:06 +08:00
2026-03-14 17:15:41 +08:00
2026-03-14 17:15:41 +08:00
2026-03-14 17:15:41 +08:00
2026-03-21 15:57:22 +08:00
2026-03-15 00:42:09 +08:00
2026-03-15 00:42:09 +08:00
2026-03-19 13:31:54 +08:00
2026-03-19 13:31:54 +08:00
2026-03-19 13:31:54 +08:00
2026-03-19 13:31:54 +08:00
2026-03-21 15:57:22 +08:00
2026-03-21 15:57:22 +08:00
2026-03-21 15:57:22 +08:00
2026-03-21 15:57:22 +08:00
2026-03-21 15:57:22 +08:00
2026-03-21 15:57:22 +08:00
2026-03-21 15:57:22 +08:00
2026-03-21 15:57:22 +08:00
2026-03-22 14:26:00 +08:00
2026-03-22 14:26:00 +08:00
2026-03-22 17:24:45 +08:00
2026-04-07 00:26:06 +08:00
2026-03-22 17:24:45 +08:00
2026-04-07 00:26:06 +08:00
2026-03-22 19:03:28 +08:00
2026-03-22 19:03:28 +08:00
2026-03-26 01:32:02 +08:00
2026-03-26 01:32:02 +08:00
2026-03-26 01:32:02 +08:00
2026-03-26 01:32:02 +08:00
2026-03-27 19:30:45 +08:00
2026-04-07 00:26:06 +08:00
2026-03-27 19:30:45 +08:00
2026-04-07 00:26:06 +08:00
2026-03-28 01:06:13 +08:00
2026-03-28 01:06:13 +08:00
2026-03-28 23:47:09 +08:00
2026-03-28 23:47:09 +08:00
2026-03-28 23:47:09 +08:00
2026-04-07 00:26:06 +08:00
2026-03-29 00:00:10 +08:00
2026-03-29 00:00:10 +08:00
2026-03-29 19:14:43 +08:00
2026-03-29 19:14:43 +08:00
2026-04-03 01:17:34 +08:00
2026-04-03 01:17:34 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-06 21:56:25 +08:00
2026-04-07 00:26:06 +08:00
2026-04-07 00:26:06 +08:00