mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 20:46:57 +02:00
* Add Google Gemini TTS provider * Remove committed planning artifact * Explain Google media provider type shape * google: distill Gemini TTS provider * fix: add Google Gemini TTS provider (#67515) (thanks @barronlroth) * fix: honor cfg-backed Google TTS selection (#67515) (thanks @barronlroth) * fix: narrow Google TTS directive aliases (#67515) (thanks @barronlroth) --------- Co-authored-by: Ayaan Zaidi <hi@obviy.us>
7 lines
471 B
TypeScript
7 lines
471 B
TypeScript
export { buildGoogleGeminiCliBackend } from "./cli-backend.js";
|
|
export { buildGoogleImageGenerationProvider } from "./image-generation-provider.js";
|
|
export { buildGoogleMusicGenerationProvider } from "./music-generation-provider.js";
|
|
export { buildGoogleSpeechProvider } from "./speech-provider.js";
|
|
export { googleMediaUnderstandingProvider } from "./media-understanding-provider.js";
|
|
export { buildGoogleVideoGenerationProvider } from "./video-generation-provider.js";
|