ai-tube / src /app /state /locaStorageKeys.ts
jbilcke-hf's picture
jbilcke-hf HF staff
made some changes to the hub.js client
a64395a
raw
history blame
249 Bytes
import { Settings } from "@/types"
export const localStorageKeys: Record<keyof Settings, string> = {
// important: prefix with AI_TUBE to avoid collisions when running the app on localhost
huggingfaceApiKey: "AI_TUBE_CONF_AUTH_HF_API_TOKEN",
}