// This is free and unencumbered software released into the public domain.
#![allow(unused_imports)]useaxum::Router;/// See: https://platform.openai.com/docs/api-reference/realtime
#[cfg(not(feature ="unstable"))]pubfnroutes()-> Router{Router::new()}/// See: https://platform.openai.com/docs/api-reference/realtime
#[cfg(feature ="unstable")]pubfnroutes()-> Router{Router::new()// TODO
}