Update lab model defaults and assets
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user