mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-28 06:06:38 +08:00
commit
cf9990fde9
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
@ -115,7 +115,9 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
||||
// 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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user