pub async fn remove_default_chatbot_from_course( conn: &mut PgConnection, course_id: Uuid, ) -> ModelResult<()>