🐞 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