tikslop / lib /config /secrets.sample.dart
jbilcke-hf's picture
jbilcke-hf HF Staff
rename aitube2 to tikslop
a3d40b4
raw
history blame contribute delete
125 Bytes
/// SECRETS - KEEP THIS OUT OF GIT
class TikSlopSecrets {
static const huggingfaceToken = '<HIDDEN FOR CONFIDENTIALITY>';
}