SUMMARIZE_MODEL = "gpt-3.5-turbo";

This commit is contained in:
DirkSchlossmacher 2024-02-23 07:19:32 +01:00
parent 5a8fbaa654
commit 566657c003

View File

@ -88,7 +88,7 @@ Latex inline: $x^2$
Latex block: $$e=mc^2$$ Latex block: $$e=mc^2$$
`; `;
export const SUMMARIZE_MODEL = "gpt-3.5-turbo-1106"; export const SUMMARIZE_MODEL = "gpt-3.5-turbo";
export const KnowledgeCutOffDate: Record<string, string> = { export const KnowledgeCutOffDate: Record<string, string> = {
default: "2021-09", default: "2021-09",