use fun-asr-nano model instead

This commit is contained in:
2026-06-02 20:24:31 -07:00
parent 3e50191530
commit 40a4274fd3
6 changed files with 38 additions and 11 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
window.__EVANESCERE_FRONTEND_CONFIG__ = {
apiBaseUrl: "http://192.168.1.44:8080"
apiBaseUrl: "http://192.168.1.44:8081"
};
+1 -1
View File
@@ -9,7 +9,7 @@ import type {
const runtimeApiBase = window.__EVANESCERE_FRONTEND_CONFIG__?.apiBaseUrl;
export const apiBaseUrl = (runtimeApiBase || "http://localhost:8080").replace(
export const apiBaseUrl = (runtimeApiBase || "http://localhost:8081").replace(
/\/$/,
"",
);