From d47719a4438d8f2c426722c7341bbe527526a0f3 Mon Sep 17 00:00:00 2001
From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com>
Date: Fri, 9 Jun 2023 18:01:49 -0400
Subject: [PATCH] make 2.4 the default model
---
birdnet.conf-defaults | 2 +-
scripts/config.php | 15 +++++++++------
scripts/install_birdnet.sh | 2 +-
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults
index 58a30fd..ee3c270 100644
--- a/birdnet.conf-defaults
+++ b/birdnet.conf-defaults
@@ -11,7 +11,7 @@ SITE_NAME=""
#______________________used for detecting bird audio.__________________________#
#_It's recommended that you only change these values through the web interface.#
-MODEL=BirdNET_6K_GLOBAL_MODEL
+MODEL=BirdNET_GLOBAL_6K_V2.4_Model_FP16
SF_THRESH=0.03
#--------------------- Required: Latitude, and Longitude ----------------------#
diff --git a/scripts/config.php b/scripts/config.php
index e8d422a..5172af2 100644
--- a/scripts/config.php
+++ b/scripts/config.php
@@ -366,7 +366,7 @@ function sendTestNotification(e) {