From e3871fc0b456c0918f9b3e0461e301215b5f7ebe Mon Sep 17 00:00:00 2001 From: A-Cepheus <60658915+A-Cepheus@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:21:15 +0800 Subject: [PATCH] Update constant.ts --- app/constant.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index c1f91d31c..40a09109d 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,4 +1,4 @@ -export const OWNER = "Yidadaa"; +export const OWNER = "A-Cepheus"; export const REPO = "ChatGPT-Next-Web"; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; @@ -115,6 +115,7 @@ export const KnowledgeCutOffDate: Record = { // After improvements, // it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously. "gemini-pro": "2023-12", + "yi-34b": "2023-06", }; export const DEFAULT_MODELS = [