Update public/apiList.json
Browse files- public/apiList.json +8 -0
public/apiList.json
CHANGED
|
@@ -31,6 +31,14 @@
|
|
| 31 |
"response": "text",
|
| 32 |
"testURL": "./api/chatgpt4?prompt=hello"
|
| 33 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
{
|
| 35 |
"name": "geminiweb",
|
| 36 |
"url": "/api/geminiweb",
|
|
|
|
| 31 |
"response": "text",
|
| 32 |
"testURL": "./api/chatgpt4?prompt=hello"
|
| 33 |
},
|
| 34 |
+
{
|
| 35 |
+
"name": "chatgptweb",
|
| 36 |
+
"url": "/api/chatgptweb",
|
| 37 |
+
"description": "Get response from Chatgptweb. Chatgptweb is a ChatGPT API. It can be used to get responses from ChatGPT. It can provide you with the latest news, weather, and more.",
|
| 38 |
+
"query": "prompt",
|
| 39 |
+
"response": "text",
|
| 40 |
+
"testURL": "./api/chatgptweb?prompt=hello"
|
| 41 |
+
},
|
| 42 |
{
|
| 43 |
"name": "geminiweb",
|
| 44 |
"url": "/api/geminiweb",
|