Skip to content

Commit

Permalink
doc(README): add feature image
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Sep 22, 2023
1 parent 26133ff commit 5facb8f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
<div align="center">

# free-one-api

[中文文档](README_cn.md) | [English](README.md)

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/RockChinQ/free-one-api)](https://github.com/RockChinQ/free-one-api/releases/latest)
<a href="https://hub.docker.com/repository/docker/rockchin/free-one-api">
<img src="https://img.shields.io/docker/pulls/rockchin/free-one-api?color=blue" alt="docker pull">
</a>
![Wakapi Count](https://wakapi.dev/api/badge/RockChinQ/interval:any/project:free-one-api)

<img width="500" alt="image" src="assets/feature.png">

</div>
<hr>

Turn reverse engineered LLM lib to standard OpenAI GPT API.
By using free-one-api, you can easily convert reverse engineered LLM libs (e.g. [acheong08/ChatGPT](https://github.com/acheong08/ChatGPT) ) to standard OpenAI GPT API.
So other application supports OpenAI GPT API can use reverse engineered LLM libs directly.
Expand Down
13 changes: 13 additions & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
<div align="center">

# free-one-api

[中文文档](README_cn.md) | [English](README.md)

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/RockChinQ/free-one-api)](https://github.com/RockChinQ/free-one-api/releases/latest)
<a href="https://hub.docker.com/repository/docker/rockchin/free-one-api">
<img src="https://img.shields.io/docker/pulls/rockchin/free-one-api?color=blue" alt="docker pull">
</a>
![Wakapi Count](https://wakapi.dev/api/badge/RockChinQ/interval:any/project:free-one-api)

<img width="500" alt="image" src="assets/feature.png">

</div>
<hr>

将逆向工程的大语言模型库转换为标准的 OpenAI GPT API。
通过使用 free-one-api,您可以轻松地将逆向工程的 LLM 库(例如 [acheong08/ChatGPT](https://github.com/acheong08/ChatGPT) ) 转换为标准的 OpenAI GPT API。
因此,其他支持 OpenAI GPT API 的应用程序可以直接使用逆向工程的 LLM 库。
Expand Down
Binary file added assets/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5facb8f

Please sign in to comment.