This commit is contained in:
Hk-Gosuto
2024-02-20 17:16:20 +08:00
parent 4e5bd62477
commit 3974f0d477
4 changed files with 11 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ Latex block: $$e=mc^2$$
`;
export const SUMMARIZE_MODEL = "gpt-3.5-turbo";
export const GOOGLE_SUMMARIZE_MODEL = "gemini-pro";
export const KnowledgeCutOffDate: Record<string, string> = {
default: "2021-09",