Spaces:
Sleeping
Sleeping
File size: 249 Bytes
a64395a |
1 2 3 4 5 6 7 |
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",
}
|