Translate UI to English and add PWA support
This commit is contained in:
@@ -37,7 +37,7 @@ async function fetchHealth() {
|
||||
async function fetchModels() {
|
||||
try {
|
||||
const response = await fetch(`${API_BASE}/models`);
|
||||
if (!response.ok) throw new Error("Errore nel caricamento");
|
||||
if (!response.ok) throw new Error("Failed to load models");
|
||||
|
||||
const data = await response.json();
|
||||
const models = data.models || [];
|
||||
|
||||
Reference in New Issue
Block a user