Skip to content

Commit

Permalink
move gptcache to tools section and add it in todays post
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed Apr 7, 2023
1 parent c767ba7 commit 41ae185
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,16 +365,16 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso
Intercepts Elasticsearch results and sends them to GPT3 to provide accurate and relevant answers to your queries.


- [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.

### Tools

- [LlamaIndex 🦙 \(GPT Index\)](https://github.com/jerryjliu/gpt_index)

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)

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.

- [Tiktokenizer](https://tiktokenizer.vercel.app/)

Online playground for openai's tiktoken library, calculating the correct number of tokens for a given prompt. Source code: [dqbd/tiktokenizer](https://github.com/dqbd/tiktokenizer)
Expand Down
5 changes: 5 additions & 0 deletions site/content/posts/2023-04-07/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ Here's the projects added or updated today:
- [OpenAI proxy](https://github.com/egoist/openai-proxy)

An OpenAI API reverse proxy that can be deployed on Cloudflare Workers and Vercel Edge. Helpful for bypassing network restrictions or IP rate limits.

- [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.

0 comments on commit 41ae185

Please sign in to comment.