diff --git a/frontend/src/components/Modals/Settings/LLMSelection/index.jsx b/frontend/src/components/Modals/Settings/LLMSelection/index.jsx index bc40db3e..9d930a7b 100644 --- a/frontend/src/components/Modals/Settings/LLMSelection/index.jsx +++ b/frontend/src/components/Modals/Settings/LLMSelection/index.jsx @@ -117,12 +117,7 @@ export default function LLMSelection({ > {[ "gpt-3.5-turbo", - "gpt-3.5-turbo-0613", - "gpt-3.5-turbo-16k", "gpt-4", - "gpt-4-0613", - "gpt-4-32k", - "gpt-4-32k-0613", ].map((model) => { return (