mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-17 16:56:37 +08:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
export const COMMON_PROVIDER_CONFIG = {
|
|
customModels: "",
|
|
models: [] as string[],
|
|
autoFetchModels: false, // fetch available models from server or not
|
|
};
|