Merge pull request #3 from A-Cepheus/dev

Dev
This commit is contained in:
A-Cepheus 2024-03-18 17:10:42 +08:00 committed by GitHub
commit cf9990fde9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: yidadaa/chatgpt-next-web images: acepheus/chatgpt-next-web
tags: | tags: |
type=raw,value=latest type=raw,value=latest
type=ref,event=tag type=ref,event=tag

View File

@ -115,7 +115,9 @@ export const KnowledgeCutOffDate: Record<string, string> = {
// After improvements, // After improvements,
// it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously. // it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously.
"gemini-pro": "2023-12", "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 = [ export const DEFAULT_MODELS = [