Skip to content

run chatgpt in cloudflare worker, then you can call it anywhere

Notifications You must be signed in to change notification settings

cmdhelp/cloudflare-chatgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

cloudflare-chatgpt

run chatgpt in cloudflare worker, then you can call it anywhere

How to use cloudflare

cloudflare worker : https://workers.cloudflare.com/

You can have 100000 requests/day for free

how to get cookies

Go to https://chat.openai.com/chat and log in or sign up. Open dev tools. Open Application > Cookies.

image

How to request data

id && message_id :Generated using uuid, it is recommended to use v4

url: xxxxxx Method : POST

body :

{ "id" : "d8cc4969-23c8-4d2c-b5a9-7b85331d678c", "message" : "hello", "message_id" :"7e50d02c-4c79-407a-b8a9-56127d197c86" }

About

run chatgpt in cloudflare worker, then you can call it anywhere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published