Update plugins/gptold.js
Browse files- plugins/gptold.js +7 -0
plugins/gptold.js
CHANGED
@@ -7,6 +7,13 @@ const GptRoutes = express.Router();
|
|
7 |
* /api/v1/gpt-old:
|
8 |
* get:
|
9 |
* summary: GPT OLD version turbo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
* responses:
|
11 |
* 200:
|
12 |
* description: Success
|
|
|
7 |
* /api/v1/gpt-old:
|
8 |
* get:
|
9 |
* summary: GPT OLD version turbo
|
10 |
+
* parameters:
|
11 |
+
* - in: query
|
12 |
+
* name: query
|
13 |
+
* required: true
|
14 |
+
* description: The query to be processed by the GPT OLD.
|
15 |
+
* schema:
|
16 |
+
* type: string
|
17 |
* responses:
|
18 |
* 200:
|
19 |
* description: Success
|