ai-stories-factory / src /lib /config /getDefaultDynamicConfig.ts
jbilcke-hf's picture
jbilcke-hf HF staff
emergency fix
3420ebd
raw
history blame
245 Bytes
import { DynamicConfig } from "./config"
export const getDefaultDynamicConfig = (): DynamicConfig => ({
oauthClientId: "",
oauthScopes: "openid profile inference-api",
enableHuggingFaceOAuth: false,
enableHuggingFaceOAuthWall: false,
})