beanqi / cohere2openai

A cloudflare worker to covert cohere api to openai API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cohere2openai

A cloudflare worker to covert cohere api to openai api 中文文档

How to use

  1. Create a new worker in cloudflare
  2. Copy the code in worker.js to the worker
  3. Setting environment variables in the worker
    • API_AUTH_TOKEN: your cohere api key
  4. Deploy the worker
  5. Use the worker url as the api endpoint
  6. Band custom domain to the worker if needed (Optional)

Something you must know

I force the worker to use command-r-plus model, the code is here, you can annotate it if you want to use other models.

About

A cloudflare worker to covert cohere api to openai API


Languages

Language:JavaScript 100.0%