mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
## Providers page - Add 7 missing APIKEY providers: ollama-cloud, elevenlabs, cartesia, playht, inworld, sdwebui, comfyui - All audio TTS providers + local image providers now have key config screens ## Media page (major redesign) - Add Transcription tab with file upload (multipart/form-data) - Add Provider dropdown + Model dropdown to ALL 5 modalities (image, video, music, speech, transcription) - Provider selection drives model list and voice presets dynamically - Static PROVIDER_MODELS registry mirrors all backend audioRegistry/imageRegistry entries - PROVIDER_VOICE_PRESETS now drives voice dropdown based on selected provider ## Playground - Add 4 new endpoints: Audio Transcription (/v1/audio/transcriptions), Video (/v1/videos/generations), Music (/v1/music/generations), Rerank (/v1/rerank) ## CLI Tools - Add opencode and kiro entries with guide-type setup instructions ## Agents - Expand cliCompatProviders toggles: add kiro, cursor, kimi-coding, kilocode, cline
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
export default function ErrorLayout({ children }: { children: React.ReactNode }) {
|
|
return children;
|
|
}
|