tikslop / lib /config /README.md
jbilcke-hf's picture
jbilcke-hf HF Staff
rename aitube2 to tikslop
a3d40b4
Put secrets in here, used only during development
eg
```
class TikSlopSecrets {
final String huggingfaceToken;
TikSlopSecrets({
this.huggingfaceToken = '',
})
}
```