diff --git a/app/store/config.ts b/app/store/config.ts index c6648cfc7..585bbbcd8 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -49,22 +49,22 @@ export type ModelConfig = ChatConfig["modelConfig"]; const ENABLE_GPT4 = false; export const ALL_MODELS = [ - { - name: "gpt-4", - available: ENABLE_GPT4, - }, - { - name: "gpt-4-0314", - available: ENABLE_GPT4, - }, - { - name: "gpt-4-32k", - available: ENABLE_GPT4, - }, - { - name: "gpt-4-32k-0314", - available: ENABLE_GPT4, - }, + // { + // name: "gpt-4", + // available: ENABLE_GPT4, + // }, + // { + // name: "gpt-4-0314", + // available: ENABLE_GPT4, + // }, + // { + // name: "gpt-4-32k", + // available: ENABLE_GPT4, + // }, + // { + // name: "gpt-4-32k-0314", + // available: ENABLE_GPT4, + // }, { name: "gpt-3.5-turbo", available: true,