From 2be76b0bf76c616ba6627c540e58bd2e1afb2c74 Mon Sep 17 00:00:00 2001 From: A-Cepheus <60658915+A-Cepheus@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:58:45 +0800 Subject: [PATCH 1/2] Update constant.ts --- app/constant.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 40a09109d..031ca79e6 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -115,7 +115,9 @@ 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", + "Yi-34B-Chat": "2023-06", + "Yi-34B-Chat-4bits": "2023-06", + "Yi-34B-Chat-8bits": "2023-06", }; export const DEFAULT_MODELS = [ From 10705dca8a1f1c44a1cc5fe939385916bce980dc Mon Sep 17 00:00:00 2001 From: A-Cepheus <60658915+A-Cepheus@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:07:00 +0800 Subject: [PATCH 2/2] Update docker.yml --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8ac96f193..b12c24a35 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -25,7 +25,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: yidadaa/chatgpt-next-web + images: acepheus/chatgpt-next-web tags: | type=raw,value=latest type=ref,event=tag