diff --git a/app/components/settings.tsx b/app/components/settings.tsx index c0e144876..255881d28 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -23,7 +23,6 @@ import { useUpdateStore, useAccessStore, ModalConfigValidator, - AZURE_API_VERSION, } from "../store"; import { Avatar } from "./chat"; @@ -617,13 +616,11 @@ export function Settings(props: { closeSettings: () => void }) { ); }} > - {(accessStore.enableAOAI ? AZURE_API_VERSION : ALL_MODELS).map( - (v) => ( - - ), - )} + {ALL_MODELS.map((v) => ( + + ))}