diff --git a/app/constant.ts b/app/constant.ts index 6ae546489..3bec33b62 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -80,10 +80,6 @@ Current time: {{time}} export const SUMMARIZE_MODEL = "gpt-3.5-turbo"; export const DEFAULT_MODELS = [ - { - name: "gpt-4-1106-preview", - available: true, - }, { name: "gpt-4", available: true,