Update constant.ts

This commit is contained in:
A-Cepheus 2024-03-05 14:21:15 +08:00 committed by GitHub
parent 906fb21063
commit e3871fc0b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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<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",
};
export const DEFAULT_MODELS = [