Update lab model defaults and assets

This commit is contained in:
2026-04-24 20:08:56 -06:00
parent fcb2dcb36d
commit 562be3fd1f
18 changed files with 8971 additions and 916856 deletions
@@ -15,7 +15,7 @@ describe("Lab1ConfidenceChat", () => {
return {
json: async () => ({
content: "often works",
model: "lab1-qwen3-0.6b-q8_0",
model: "batiai/gemma4-e2b:q4",
role: "assistant",
tokens: [
{
@@ -52,7 +52,7 @@ describe("Lab1ConfidenceChat", () => {
expect(await screen.findByLabelText("often 40.0%")).toBeInTheDocument();
expect(screen.getByText("14.0%:")).toBeInTheDocument();
expect(screen.getByText("commonly")).toBeInTheDocument();
expect(screen.getByText("lab1-qwen3-0.6b-q8_0")).toBeInTheDocument();
expect(screen.getByText("batiai/gemma4-e2b:q4")).toBeInTheDocument();
});
it("shows an inline error when the local route fails", async () => {