Update plugins/gptold.js
Browse files- plugins/gptold.js +12 -0
plugins/gptold.js
CHANGED
@@ -18,6 +18,12 @@ const GptRoutes = express.Router();
|
|
18 |
* description: null
|
19 |
* schema:
|
20 |
* type: string
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
* - in: header
|
22 |
* name: x-api-key
|
23 |
* required: true
|
@@ -55,6 +61,12 @@ GptRoutes.get('/api/v1/ai/cohere/command-plus', authenticateApiKey, apiLimiter,
|
|
55 |
* description: null
|
56 |
* schema:
|
57 |
* type: string
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
* - in: header
|
59 |
* name: x-api-key
|
60 |
* required: true
|
|
|
18 |
* description: null
|
19 |
* schema:
|
20 |
* type: string
|
21 |
+
* - in: query
|
22 |
+
* name: system_prompt
|
23 |
+
* required: false
|
24 |
+
* description: null
|
25 |
+
* schema:
|
26 |
+
* type: string
|
27 |
* - in: header
|
28 |
* name: x-api-key
|
29 |
* required: true
|
|
|
61 |
* description: null
|
62 |
* schema:
|
63 |
* type: string
|
64 |
+
* - in: query
|
65 |
+
* name: system_prompt
|
66 |
+
* required: false
|
67 |
+
* description: null
|
68 |
+
* schema:
|
69 |
+
* type: string
|
70 |
* - in: header
|
71 |
* name: x-api-key
|
72 |
* required: true
|