Function chat_flame_backend::api::routes::info::get_info_handler
source · pub async fn get_info_handler(
app_state: State<AppState>
) -> Result<Json<Info>, StatusCode>
Expand description
Endpoint to get model information.
This endpoint provides detailed information about the model used in the application, including its configuration and capabilities.