Skip to content

Commit

Permalink
remove "web" from "Web UI", add star to gptcache
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed Apr 10, 2023
1 parent b636202 commit 9197737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso
## Web Apps


### ChatGPT-like Web UI
### ChatGPT-like UI

- [ChatKit](https://chatkit.app/)

Expand Down Expand Up @@ -213,7 +213,7 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso
## Desktop & Mobile Apps


### ChatGPT-like Web UI
### ChatGPT-like UI

- [ChatBox](https://github.com/Bin-Huang/chatbox)

Expand Down Expand Up @@ -384,7 +384,7 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso

LlamaIndex (GPT Index) is a project that provides a central interface to connect your LLM's with external data. It has a set of data structures that allow you to index your data for various LLM tasks, and remove concerns over prompt size limitations.

- [gptcache](https://github.com/zilliztech/gptcache)
- [gptcache](https://github.com/zilliztech/gptcache) ⭐️

a powerful caching library that can be used to speed up and lower the cost of chat applications that rely on the LLM service. GPT Cache works as a memcache for AIGC applications, similar to how Redis works for traditional applications.

Expand Down

0 comments on commit 9197737

Please sign in to comment.