gpt-3.5-turbo-1106

This commit is contained in:
DirkSchlossmacher 2023-11-17 12:37:36 +01:00
parent 855cc6879d
commit d9ac215ddc

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-16k"; export const SUMMARIZE_MODEL = "gpt-3.5-turbo-1106";
export const KnowledgeCutOffDate: Record<string, string> = { export const KnowledgeCutOffDate: Record<string, string> = {
default: "2021-09", default: "2021-09",