aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-05 03:17:28 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-05 03:17:28 -0500
commit5ff009ccdda015361f478a5332e55af2bd4e308a (patch)
tree203dd7d47a11b829abc73d22c839a25ba648a47d
parent21ecdc25389ca9ba770062f1cc9b84091a2bc6db (diff)
downloadgpt-chat-cli-5ff009ccdda015361f478a5332e55af2bd4e308a.tar.xz
gpt-chat-cli-5ff009ccdda015361f478a5332e55af2bd4e308a.zip
Add warning
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b008f2c..83e3a0d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
gpt-chat-cli
------------
+> This is a WIP. Please consider it experimental.
+
A simple ChatGPT CLI.
### Installation:
@@ -112,4 +114,3 @@ options:
- [x] Support for any model which is supported through the chat completions API. [See model endpoint compatibility.](https://platform.openai.com/docs/models/model-endpoint-compatibility)
- [x] Capability to modify parameters including temperature, frequency penalty, presence penalty, top p, and the maximum number of tokens emitted.
-> This is a WIP.