Skip to content

Commit 14fb0b0

Browse files
authored
Update cf_worker.js
1 parent 7e77a8b commit 14fb0b0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

cf_worker.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,3 @@ async function handleRequest(request) {
2222
}
2323

2424

25-
// export default {
26-
// async fetch(request, env) {
27-
// const url = new URL(request.url);
28-
// url.host = "api.openai.com";
29-
// // openai is already set all CORS heasders
30-
// return fetch(url, {
31-
// headers: request.headers,
32-
// method: request.method,
33-
// body: request.body,
34-
// redirect: 'follow'
35-
// });
36-
// }
37-
// }

0 commit comments

Comments
 (0)