aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2024-07-10 08:08:40 -0700
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2024-07-10 08:08:40 -0700
commit5bdc5842003752c07c87ba84817aa6e89c6da7fe (patch)
tree924558e237476e36d356c5f7f104c370c2ef1c99
parent61a9d6426cdb0e32436b704561b7a3ff47b60b04 (diff)
downloadgpt-chat-cli-main.tar.xz
gpt-chat-cli-main.zip
Add note to READMEHEADmain
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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.