Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fatwang2 committed Apr 17, 2024
1 parent ac13965 commit d54c483
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## C2O
**English**·<a href="https://github.com/He0607/coze2openai/blob/main/README_CN.md">中文</a>
**English** · [中文](README_CN.md)

**Use Coze on your favorite OpenAI client.**

This project converts the Coze API to the OpenAI API format, giving you access to [Coze](https://www.coze.com) LLMs, knowledge base, plugins, and workflows within your preferred OpenAI clients. 


## Features
- Convert Coze API into an OpenAI API
- Support streaming and blocking
Expand All @@ -30,10 +29,11 @@ https://www.coze.com/space/73428668341****/bot/73428668*****
### Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/fatwang2/coze2openai&env=BOT_ID&envDescription=COZE_BOT_ID)

**Note:** Vercel's serverless functions have a 10-second timeout limit.

### Railway
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/yM5tQL?referralCode=mDim7U)

**Note:** Vercel's serverless functions have a 10-second timeout limit.


### Local Deployment
Expand Down Expand Up @@ -90,7 +90,7 @@ This project provides some additional configuration items set with environment v

**Available Now**
* Continuous dialogue
* Zeabur & Vercel deployment
* Zeabur & Vercel & Railway deployment
* Streaming & Blocking
* Plugins on Coze

Expand Down
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C2O
**简体中文** · <a href="https://github.com/He0607/coze2openai/blob/main/README.md">English</a>
[English](README.md) · **中文**

**在您喜爱的 OpenAI 客户端上使用 Coze.**

Expand Down Expand Up @@ -81,15 +81,15 @@ console.log(data);
* 图像支持
* 音频转文字
* 文本转语音
* Docker 支持
* Docker 部署
* 工作流机器人
* 变量支持

**现在可用**
* 持续对话
* Zeabur&Vercel 部署
* 流式传输和阻塞
* Coze 上的插件
* Zeabur&Vercel&Railway 部署
* 流式和非流式传输
* Coze 插件

# 联系
如有任何问题或反馈,请随时联系
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dify2openai",
"name": "coze2openai",
"version": "1.0.0",
"description": "turn dify api into openai",
"description": "turn coze api into openai",
"main": "app.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit d54c483

Please sign in to comment.