- plugins/gptold.js +2 -3
plugins/gptold.js
CHANGED
@@ -350,7 +350,6 @@ GptRoutes.get('/api/v1/ai/akenox/AkenoX-1.9-Hybrid-Englsih', authenticateApiKeyP
|
|
350 |
}
|
351 |
});
|
352 |
|
353 |
-
|
354 |
/**
|
355 |
* @swagger
|
356 |
* /api/v1/ai/r/Ryzenth-Humanize-05-06-2025:
|
@@ -370,14 +369,14 @@ GptRoutes.get('/api/v1/ai/akenox/AkenoX-1.9-Hybrid-Englsih', authenticateApiKeyP
|
|
370 |
* description: Custom Nickname
|
371 |
* schema:
|
372 |
* type: string
|
373 |
-
* example: "
|
374 |
* - in: query
|
375 |
* name: timestamp
|
376 |
* required: true
|
377 |
* description: Custom timestamp
|
378 |
* schema:
|
379 |
* type: string
|
380 |
-
* example: "
|
381 |
* - in: header
|
382 |
* name: x-api-key
|
383 |
* required: true
|
|
|
350 |
}
|
351 |
});
|
352 |
|
|
|
353 |
/**
|
354 |
* @swagger
|
355 |
* /api/v1/ai/r/Ryzenth-Humanize-05-06-2025:
|
|
|
369 |
* description: Custom Nickname
|
370 |
* schema:
|
371 |
* type: string
|
372 |
+
* example: "<string or UUID, e.g. 'anonymous' or 'user_1234'>"
|
373 |
* - in: query
|
374 |
* name: timestamp
|
375 |
* required: true
|
376 |
* description: Custom timestamp
|
377 |
* schema:
|
378 |
* type: string
|
379 |
+
* example: "<ISO language code, e.g. 'en'>"
|
380 |
* - in: header
|
381 |
* name: x-api-key
|
382 |
* required: true
|