mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-14 16:26:36 +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
|
|
};
|