randydev commited on
Commit
ec8d8c9
·
verified ·
1 Parent(s): 7df04c9

Update plugins/gptold.js

Browse files
Files changed (1) hide show
  1. plugins/gptold.js +2 -3
plugins/gptold.js CHANGED
@@ -688,7 +688,7 @@ GptRoutes.get('/api/v1/ai/akenox/al-sholawat', authenticateApiKeyPremium, apiLim
688
 
689
  /**
690
  * @swagger
691
- * /api/v1/ai/akenox/moderator-anti-eval:
692
  * get:
693
  * summary: Custom Moderator Anti Eval AI
694
  * tags: [AI]
@@ -709,7 +709,7 @@ GptRoutes.get('/api/v1/ai/akenox/al-sholawat', authenticateApiKeyPremium, apiLim
709
  * 200:
710
  * description: Success
711
  */
712
- GptRoutes.get('/api/v1/ai/akenox/moderator-anti-eval', authenticateApiKeyPremium, apiLimiter, async (req, res) => {
713
  try {
714
  const query = req.query.query;
715
  if (!query) {
@@ -724,7 +724,6 @@ GptRoutes.get('/api/v1/ai/akenox/moderator-anti-eval', authenticateApiKeyPremium
724
  }
725
  });
726
 
727
-
728
  /**
729
  * @swagger
730
  * /api/v1/ai/akenox/moderator:
 
688
 
689
  /**
690
  * @swagger
691
+ * /api/v1/ai/akenox/antidevai:
692
  * get:
693
  * summary: Custom Moderator Anti Eval AI
694
  * tags: [AI]
 
709
  * 200:
710
  * description: Success
711
  */
712
+ GptRoutes.get('/api/v1/ai/akenox/antidevai', authenticateApiKeyPremium, apiLimiter, async (req, res) => {
713
  try {
714
  const query = req.query.query;
715
  if (!query) {
 
724
  }
725
  });
726
 
 
727
  /**
728
  * @swagger
729
  * /api/v1/ai/akenox/moderator: