diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2024-07-10 08:08:40 -0700 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2024-07-10 08:08:40 -0700 |
commit | 5bdc5842003752c07c87ba84817aa6e89c6da7fe (patch) | |
tree | 924558e237476e36d356c5f7f104c370c2ef1c99 /README.md | |
parent | 61a9d6426cdb0e32436b704561b7a3ff47b60b04 (diff) | |
download | gpt-chat-cli-main.tar.xz gpt-chat-cli-main.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |