ckt1031 / cohere2openai-cf-worker

This is a simple Cloudflare Worker that transform Cohere API to OpenAI API, easily deployable to Cloudflare Workers.
MIT License
37 stars 33 forks source link

Cohere To OpenAI (Cloudflare Worker)

简体中文

This is a simple Cloudflare Worker that transform Cohere API to OpenAI API, easily deployable to Cloudflare Workers.

Deploy to Cloudflare Workers

Features

Special Internet Model

To enable the use of the Internet connector in any chatbot client, we support models with -internet in their name. While this is an unofficial feature, it helps reduce additional costs associated with using the Internet connector.

To utilize the Internet connector, simply append -internet to the model name. For example, command-r-plus would become command-r-plus-internet.

How to Deploy

  1. Clone this repository: git clone https://github.com/ckt1031/cohere2openai-cf-worker.git --depth=1
  2. Run npm install to install dependencies
  3. Run npm run deploy to deploy to Cloudflare Workers

License

This project is licensed under the MIT License.