From 5bdc5842003752c07c87ba84817aa6e89c6da7fe Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Wed, 10 Jul 2024 08:08:40 -0700 Subject: Add note to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 35096be..aee484f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ gpt-chat-cli: a simple yet powerful ChatGPT CLI ----------------------------------------------- +> **NOTICE 2024-07-10** +> +> I am currently engaged in rewriting the `gpt-chat-cli` project in Rust. This effort aims to realize several benefits upon completion. Specifically, the Rust-based successor will: +> +> 1. Facilitate easier installation by providing a single binary that is independent of Python system dependencies and environment virtualization. +> 2. Support multiple Large Language Models (LLMs), including local and private hosting options. +> 3. Enhance stability and testing capabilities. + ## Introduction `gpt-chat-cli` is a simple, general purpose ChatGPT CLI. It brings the power of ChatGPT to the command line. It aims to be easy to use and highly configurable. -- cgit v1.2.3