Module chat_flame_backend::api::routes
source · Re-exports
pub use generate::generate_handler;
pub use generate_stream::generate_stream_handler;
pub use generate_text::generate_text_handler;
pub use health::get_health_handler;
pub use info::get_info_handler;
pub use model::generate_model_handler;
Modules
- Module containing all route handlers.
- This module contains the endpoint for the health check of the server.
- This module contains the endpoint for retrieving model information.