Skip to content

Commit

Permalink
NOTICE: NO LONGER MAINTAINED
Browse files Browse the repository at this point in the history
  • Loading branch information
LagPixelLOL authored Jul 22, 2024
1 parent ff5bcfc commit b629b90
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# NOTICE: NO LONGER MAINTAINED
Goodbye everyone!

As you might have noticed, the landscape of LLMs has changed dramatically in recent months. With the introduction of models boasting a whopping 100,000+ tokens of context memory and the big players like OpenAI, Google, and Anthropic integrating RAG directly into their official websites, I feel like this repo has served its purpose.

I've also been focusing on other projects and prioritizing my personal life and mental well-being. As a result, I haven't been able to dedicate time to updating this repo, which is evident from the lack of commits in the past few months.

Looking back, this repo was initially created to address the limitations of the 4096 context GPT-3, as that context size was simply too small. However, with the advancements in LLMs and the emergence of better GUIs, I believe that higher context is now preferable to using embeddings for RAG.

If you're looking for some awesome LLM GUIs, here are my top recommendations:
- [SillyTavern](https://github.com/SillyTavern/SillyTavern) - Perfect for ~~bot fooking~~ roleplaying and even has RAG support!
- [LobeChat](https://github.com/lobehub/lobe-chat) - Great for general-purpose LLM usage, although it doesn't have RAG.
- [BetterChatGPT](https://github.com/ztjhz/BetterChatGPT) - Another fantastic option for general-purpose LLM usage, specifically designed for OpenAI. While it's not actively maintained, the UI closely resembles the original ChatGPT website.

(Plz don't unstar this repo🥺)

# ChatGPT CLI Bot
Run `gpt-3.5-turbo` or any other GPT models(`text-davinci-003`) with this program! \
Use `gpt-4` or `gpt-4-32k` to use the new GPT-4 models if you have access. \
Expand Down Expand Up @@ -46,4 +62,4 @@ Written in C++ (Libraries used:
# Supported OS:
* Windows 10/11 64-bit
* Linux 64-bit (Tested on Ubuntu 20.04 & CentOS 8) (Won't work on Ubuntu 18.04, CentOS 7 and lower, because they don't support C++17)
* macOS 64-bit (Didn't test, but it should work on macOS 12 and higher)
* macOS 64-bit (Didn't test, but it should work on macOS 12 and higher)

0 comments on commit b629b90

Please sign in to comment.