config.ts 160 B

12345
  1. export const COMMON_PROVIDER_CONFIG = {
  2. customModels: "",
  3. models: [] as string[],
  4. autoFetchModels: false, // fetch available models from server or not
  5. };