This isn’t something that the plugin itself provides but behind the scenes, we are just utilizing the core media_handle_upload function, which in turn ends up calling _wp_handle_upload which actually uploads the file to your media library. This uses the function wp_upload_dir to determine what that path to your media library is so in theory, you should be able to utilize the filters there to set a custom directory for avatars.