Tobkubos commited on
Commit
fda4b67
·
1 Parent(s): 704e5bb
backend/app/services/queue.py CHANGED
@@ -18,7 +18,7 @@ class QueueService:
18
  def __init__(self):
19
  """Initialize the queue service."""
20
  self.settings = get_settings()
21
- self.redis_client = Optional[redis.Redis] = None
22
 
23
  if self.settings.REDIS_ENABLED:
24
  self._initialize_redis()
 
18
  def __init__(self):
19
  """Initialize the queue service."""
20
  self.settings = get_settings()
21
+ self.redis_client = None
22
 
23
  if self.settings.REDIS_ENABLED:
24
  self._initialize_redis()
backend/guild_configs.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "1515307986963267595": {
3
- "active_text_model": "almanach/xlmr-chatgptdetect-noisy",
4
- "active_image_model": "capcheck/ai-image-detection",
5
  "log_channel_id": "1515373138937123007"
6
  }
7
  }
 
1
  {
2
  "1515307986963267595": {
3
+ "active_text_model": "bibbbu/multilingual-ai-human-detector_xlm-roberta-base",
4
+ "active_image_model": "Hemg/Deepfake-image",
5
  "log_channel_id": "1515373138937123007"
6
  }
7
  }