Update plugins/gptold.js
Browse files- plugins/gptold.js +2 -2
plugins/gptold.js
CHANGED
@@ -264,10 +264,10 @@ GptRoutes.get('/api/v1/ai/akenox/lu-melayu', authenticateApiKeyPremium, apiLimit
|
|
264 |
* description: User's input query
|
265 |
* schema:
|
266 |
* type: string
|
267 |
-
*
|
268 |
* name: username
|
269 |
* required: true
|
270 |
-
* description: Owner's
|
271 |
* schema:
|
272 |
* type: string
|
273 |
* - in: header
|
|
|
264 |
* description: User's input query
|
265 |
* schema:
|
266 |
* type: string
|
267 |
+
* - in: query
|
268 |
* name: username
|
269 |
* required: true
|
270 |
+
* description: Owner's Username
|
271 |
* schema:
|
272 |
* type: string
|
273 |
* - in: header
|