lunarflu HF staff commited on
Commit
780b804
·
verified ·
1 Parent(s): 30b066f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -20,6 +20,9 @@ TRIGGERS = {
20
  "speech recognition": "<@U039C2GANMV>", # VB
21
  "bark": "<@U039C2GANMV>", # VB
22
  "autotrain": "<@U01E3LEC2N7>", # abhishek
 
 
 
23
  "sentence-transformers": "<@U04E4DNPWG7>", # tom aarsen
24
  "sentence_transformers": "<@U04E4DNPWG7>", # tom aarsen
25
  "setfit": "<@U04E4DNPWG7>", # tom aarsen
@@ -28,6 +31,9 @@ TRIGGERS = {
28
  "distilabel": "<@U076B8C7G3E>", # david berenstein
29
  "argilla": "<@U0766H30T7F>", # natalia elvira
30
  "dataset": "<@U0766H30T7F>", # natalia elvira
 
 
 
31
  }
32
 
33
  intents = discord.Intents.all()
 
20
  "speech recognition": "<@U039C2GANMV>", # VB
21
  "bark": "<@U039C2GANMV>", # VB
22
  "autotrain": "<@U01E3LEC2N7>", # abhishek
23
+ "auto train": "<@U01E3LEC2N7>", # abhishek
24
+ "competition": "<@U01E3LEC2N7>", # abhishek
25
+ "competitions": "<@U01E3LEC2N7>", # abhishek
26
  "sentence-transformers": "<@U04E4DNPWG7>", # tom aarsen
27
  "sentence_transformers": "<@U04E4DNPWG7>", # tom aarsen
28
  "setfit": "<@U04E4DNPWG7>", # tom aarsen
 
31
  "distilabel": "<@U076B8C7G3E>", # david berenstein
32
  "argilla": "<@U0766H30T7F>", # natalia elvira
33
  "dataset": "<@U0766H30T7F>", # natalia elvira
34
+ "docs": "<@U02DATT4C5B>", # steven liu
35
+ "documentation": "<@U02DATT4C5B>", # steven liu
36
+
37
  }
38
 
39
  intents = discord.Intents.all()