This commit is contained in:
Hk-Gosuto
2025-01-10 16:55:31 +08:00
parent 8b501ccf2c
commit 798b751f2b
5 changed files with 49 additions and 17 deletions

View File

@@ -238,5 +238,6 @@ export const getServerSideConfig = () => {
!!process.env.USE_OPENAI_ENDPOINT_FOR_ALL_MODELS,
disableModelProviderDisplay: !!process.env.DISABLE_MODEL_PROVIDER_DISPLAY,
isUseRemoteModels: !!process.env.USE_REMOTE_MODELS,
};
};