File size: 330 Bytes
1185ec1
a64395a
 
 
 
16891a6
a64395a
1
2
3
4
5
6
7
8
import { Settings } from "@/types/general"

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",
  huggingfaceTemporaryApiKey: "AI_TUBE_CONF_AUTH_TEMPORARY_HF_API_TOKEN"
}