aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.