Skip to content

Commit 5319646

Browse files
authored
Merge pull request EwingYangs#30 from aryankhanna475/main
update: others embedchain
2 parents 017ac66 + 21d8d80 commit 5319646

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@
391391
| --- |-------| --- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
392392
| [Reverse ChatGPT](https://github.com/acheong08/ChatGPT) | 23.5k | ChatGPT逆向工程 | 提取ChatGPT的API |
393393
| [Reverse EdgeGPT](https://github.com/acheong08/EdgeGPT) | 5.3k | NewBing逆向工程 | 提取NewBing的API |
394-
| [langchain](https://github.com/hwchase17/langchain) | 2.3k | 开发自己的 ChatGPT 应用:langchain | 它可以帮助开发者将LLM与其他计算或知识源结合起来,创建更强大的应用程序。 |
394+
| [langchain](https://github.com/hwchase17/langchain) | 2.3k | 开发自己的 ChatGPT 应用:langchain | 它可以帮助开发者将LLM与其他计算或知识源结合起来,创建更强大的应用程序。|
395+
| [Embedchain](https://github.com/embedchain/embedchain) | 3.9k | 用于在数据集上创建类似 ChatGPT 的机器人的框架 | 只需几行代码即可在任何数据集上轻松创建 LLM 支持的机器人。 |
395396
| [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT) | 1.8k | 让我们在使用ChatGPT过程中更高效、更顺畅,完美解决ChatGPT网络错误,不再频繁地刷新网页 | 解决了这几类报错: (1) NetworkError when attempting to fetch resource. (2) Something went wrong. If this issue persists please contact us through our help center at help.openai.com. (3) This content may violate our content policy. (4) Conversation not found. |
396397
| [GPTCache](https://github.com/zilliztech/GPTCache) | 914 | 使用向量数据库技术为各种 LLM 应用提供一层语义缓存,能够缓存 LLM 响应,从而显著减少检索数据所需的时间、降低 API 调用开销、提升应用可扩展性 | 1.plugin类型设计,多个模块支持自定义,如embedding、存储、相似评估、请求前后处理 2.适配openai多个接口,如ChatComplete/Complete等,同时也集成至LangChain 3.请求中多个参数,可满足多个不同场景,如缓存开启关闭、是否进行相似搜索、多级cache等 |
397398
| [gpt4free](https://github.com/xtekky/gpt4free) | 5.5k | 此存储库为 GPT-4/3.5 提供反向工程的第三方 API,这些 API 来自各种网站。 | 1.比如poe.com、writesonic.com等第三方网站 |

README_en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@
386386
| --- | --- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
387387
| [Reverse ChatGPT](https://github.com/acheong08/ChatGPT) | 23.5k | Reverse engineered ChatGPT API | Extract the API of Chat GPT |
388388
| [Reverse EdgeGPT](https://github.com/acheong08/EdgeGPT) | 5.3k | Reverse engineered API of Microsoft's Bing Chat AI | Extract New Bing's API |
389-
| [langchain](https://github.com/hwchase17/langchain) | 2.3k | ⚡ Building applications with LLMs through composability ⚡ | It helps developers combine LLM with other computing or knowledge sources to create more powerful applications. |
389+
| [langchain](https://github.com/hwchase17/langchain) | 2.3k | ⚡ Building applications with LLMs through composability ⚡ | It helps developers combine LLM with other computing or knowledge sources to create more powerful applications. |
390+
| [Embedchain](https://github.com/embedchain/embedchain) | 3.9k | Framework to create ChatGPT like bots over your dataset | Easily create LLM powered bots over any dataset with just few lines of code. |
390391
| [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT) | 1.8k | Let's use Chat GPT more efficiently and smoothly in the process of solving Chat GPT network errors| 解决了这几类报错: (1) NetworkError when attempting to fetch resource. (2) Something went wrong. If this issue persists please contact us through our help center at help.openai.com. (3) This content may violate our content policy. (4) Conversation not found. | Resolves these types of errors: (1) NetworkError when attempting to fetch resource. (2) Something went wrong. If this issue persists please contact us through our help center at help.openai.com. (3) This content may violate our content policy. (4) Conversation not found. |
391392
| [GPTCache](https://github.com/zilliztech/GPTCache) | 914 | GPTCache is a library for creating semantic cache to store responses from LLM queries. | 1.plugin type design, multiple modules support customization, such as embedding, storage, similarity evaluation, pre- and post-request processing 2. Adapt to multiple interfaces of openai, such as ChatCompleteComplete, etc., and also integrate into LangChain 3. Multiple parameters in the request can meet a number of different scenarios, such as cache opening and closing, whether to conduct similar search, multi-level cache, etc |
392393
| [gpt4free🔥](https://github.com/xtekky/gpt4free) | 5.5k | This repository offers reverse-engineered third-party APIs for GPT-4/3.5, sourced from various websites. | 1.poe.com、writesonic.com and other third-party websites |

0 commit comments

Comments
 (0)