Skip to content

Commit

Permalink
Update model-status.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheYande committed Aug 26, 2024
1 parent a0ff08d commit be96c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ai/model-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function updateModels() {
});
}
} catch (error) {
embed.addFields({ name: ":red_circle: | " + model, value: "Errored", inline: true });
embed.addFields({ name: ":red_circle: | " + model.name, value: "Errored", inline: true });
}
}
if (!preferred) preferred = { supportsComplex: false, name: "All Down" };
Expand Down

0 comments on commit be96c85

Please sign in to comment.