Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 900 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 900 Bytes

Welcome to openai-proxy 👋

Version License: MIT

🚀 openai-proxy Copy From reflare-demo

Install wrangler

npm install -g wrangler

Install

npm install  && npm run build

Usage

npm run deploy

Add custom domain

Add Route in wrangler.toml

routes = [
	{ pattern = "Your Custom Domain", custom_domain = true },
]

Author

👤 Holegots

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator