🐞 fix: 修正Llama3的knowledge cutoff

This commit is contained in:
A-Cepheus 2024-04-24 14:55:22 +08:00
parent 0d66756f61
commit ef204bbd97
No known key found for this signature in database
GPG Key ID: 02057AE4D52020B4
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
// it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously.
"gemini-pro": "2023-12",
"gemini-pro-vision": "2023-12",
"Meta-Llama-3-8B-Instruct": "2023-12",
"Meta-Llama-3-8B-Instruct": "2023-03",
};
export const ModelNameToName: Record<string, string> = {