alexkueck commited on
Commit
90ad242
1 Parent(s): 3d9cdb5

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +3 -0
utils.py CHANGED
@@ -82,6 +82,9 @@ german_stopwords = set(stopwords.words('german'))
82
 
83
  #Konstanten
84
  ANZAHL_DOCS = 5
 
 
 
85
 
86
  ###############################
87
  #HF Authentifizierung
 
82
 
83
  #Konstanten
84
  ANZAHL_DOCS = 5
85
+ # Konstanten für Datei-Upload
86
+ REPO_ID = "alexkueck/SucheRAG"
87
+ REPO_TYPE = "space"
88
 
89
  ###############################
90
  #HF Authentifizierung