use fun-asr-nano model instead
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
window.__EVANESCERE_FRONTEND_CONFIG__ = {
|
||||
apiBaseUrl: "http://192.168.1.44:8080"
|
||||
apiBaseUrl: "http://192.168.1.44:8081"
|
||||
};
|
||||
|
||||
+1
-1
@@ -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(
|
||||
/\/$/,
|
||||
"",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user