From ef204bbd9741fb9a80e783470545d960947b2b53 Mon Sep 17 00:00:00 2001 From: A-Cepheus <60658915+A-Cepheus@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E6=AD=A3Llama3?= =?UTF-8?q?=E7=9A=84knowledge=20cutoff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 4c5fa9f8f..26cce5e9f 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -135,7 +135,7 @@ export const KnowledgeCutOffDate: Record = { // it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously. "gemini-pro": "2023-12", "gemini-pro-vision": "2023-12", - "Meta-Llama-3-8B-Instruct": "2023-12", + "Meta-Llama-3-8B-Instruct": "2023-03", }; export const ModelNameToName: Record = {