mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 21:56:38 +08:00
🐞 fix: 修正Llama3的knowledge cutoff
This commit is contained in:
parent
0d66756f61
commit
ef204bbd97
@ -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> = {
|
||||
|
Loading…
Reference in New Issue
Block a user