From 8837b872af90fa440ff75413219095367078c112 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 29 Oct 2024 22:17:01 +0700 Subject: [PATCH] test: fix chore --- web/utils/modelEngine.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils/modelEngine.test.ts b/web/utils/modelEngine.test.ts index 738e04c2a..04001f726 100644 --- a/web/utils/modelEngine.test.ts +++ b/web/utils/modelEngine.test.ts @@ -71,7 +71,7 @@ describe('isLocalEngine', () => { describe('getTitleByEngine', () => { it('should return correct title for InferenceEngine.nitro', () => { const result = getTitleByEngine(InferenceEngine.nitro) - expect(result).toBe('Llama.cpp (Nitro)') + expect(result).toBe('Llama.cpp (Cortex)') }) it('should return correct title for InferenceEngine.nitro_tensorrt_llm', () => {