feat: close #2580 only use 3.5 to summarize when not using custom models

This commit is contained in:
Yidadaa
2023-08-28 00:02:52 +08:00
parent ada4e3cdcd
commit 3bd76b9156
2 changed files with 14 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ Knowledge cutoff: 2021-09
Current model: {{model}}
Current time: {{time}}`;
export const SUMMARIZE_MODEL = "gpt-3.5-turbo";
export const DEFAULT_MODELS = [
{
name: "gpt-4",