• Stars
    star
    209
  • Rank 183,978 (Top 4 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenAI Proxy via CloudFlare worker

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