aitube2 / lib /config /secrets.sample.dart
jbilcke-hf's picture
jbilcke-hf HF Staff
initial commit log 🪵🦫
5acd9c3
raw
history blame contribute delete
124 Bytes
/// SECRETS - KEEP THIS OUT OF GIT
class AiTubeSecrets {
static const huggingfaceToken = '<HIDDEN FOR CONFIDENTIALITY>';
}