mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
Add input_audio and audio_url content type handlers to convertOpenAIContentToParts() in geminiHelper.js, converting OpenAI audio format to Gemini inlineData format. Also add audio types to VALID_OPENAI_CONTENT_TYPES in openaiHelper.js so they are not stripped by filterToOpenAIFormat(). Fixes #912