diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-05 03:17:28 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-05 03:17:28 -0500 |
commit | 5ff009ccdda015361f478a5332e55af2bd4e308a (patch) | |
tree | 203dd7d47a11b829abc73d22c839a25ba648a47d /README.md | |
parent | 21ecdc25389ca9ba770062f1cc9b84091a2bc6db (diff) | |
download | gpt-chat-cli-5ff009ccdda015361f478a5332e55af2bd4e308a.tar.xz gpt-chat-cli-5ff009ccdda015361f478a5332e55af2bd4e308a.zip |
Add warning
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |