Shuddho commited on
Commit
a618957
1 Parent(s): 7e35911

Update public/apiList.json

Browse files
Files changed (1) hide show
  1. public/apiList.json +8 -0
public/apiList.json CHANGED
@@ -1,4 +1,12 @@
1
  [
 
 
 
 
 
 
 
 
2
  {
3
  "name": "blackbox",
4
  "url": "/api/blackbox",
 
1
  [
2
+ {
3
+ "name": "bing",
4
+ "url": "/api/bing",
5
+ "description": "Get response from Bing. Bing is a very powerful AI that can do a lot of things. It have access to real time internet! It can provide you with the latest news, weather, and more.",
6
+ "query": "prompt",
7
+ "response": "text",
8
+ "testURL": "./api/bing?prompt=hello"
9
+ },
10
  {
11
  "name": "blackbox",
12
  "url": "/api/blackbox",