Update plugins/gptold.js
Browse files- 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/
|
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/
|
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:
|