We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960e9e6 commit afa89b9Copy full SHA for afa89b9
vercel.json
@@ -4,6 +4,7 @@
4
{ "source": "/proxy/:match/:url*/", "destination": "https://:match/:url*/" },
5
{ "source": "/httpproxy/:match/:url*", "destination": "http://:match/:url*" },
6
{ "source": "/httpproxy/:match/:url*/", "destination": "http://:match/:url*/" },
7
+ { "source": "/chat", "destination": "https://chat.openai.com/backend-api/conversation" },
8
{ "source": "/openai", "destination": "https://api.openai.com" }
9
]
10
}
0 commit comments