Update plugins/gptold.js
Browse files- plugins/gptold.js +0 -6
plugins/gptold.js
CHANGED
@@ -26,12 +26,6 @@ const GptRoutes = express.Router();
|
|
26 |
* description: Custom system prompt
|
27 |
* schema:
|
28 |
* type: string
|
29 |
-
* - in: query
|
30 |
-
* name: chatHistory
|
31 |
-
* required: false
|
32 |
-
* description: Previous chat history in JSON format
|
33 |
-
* schema:
|
34 |
-
* type: string
|
35 |
* - in: header
|
36 |
* name: x-api-key
|
37 |
* required: true
|
|
|
26 |
* description: Custom system prompt
|
27 |
* schema:
|
28 |
* type: string
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
* - in: header
|
30 |
* name: x-api-key
|
31 |
* required: true
|