File size: 245 Bytes
3420ebd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { DynamicConfig } from "./config"

export const getDefaultDynamicConfig = (): DynamicConfig => ({
  oauthClientId: "",
  oauthScopes: "openid profile inference-api",
  enableHuggingFaceOAuth: false,
  enableHuggingFaceOAuthWall: false,
})