You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-4Lines changed: 49 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ChatGPT CLI
2
2
3
-
This project showcases an implementation of ChatGPT clients with streaming support in a Command-Line Interface (CLI)
3
+
This project showcases an implementation of a ChatGPT client with streaming support in a Command-Line Interface (CLI)
4
4
environment, demonstrating its practicality and effectiveness.
5
5
6
6

@@ -17,6 +17,7 @@ environment, demonstrating its practicality and effectiveness.
17
17
-[Linux (arm64)](#linux-arm64)
18
18
-[Windows (amd64)](#windows-amd64)
19
19
-[Getting Started](#getting-started)
20
+
-[Configuration](#configuration)
20
21
-[Development](#development)
21
22
-[Reporting Issues and Contributing](#reporting-issues-and-contributing)
22
23
-[Uninstallation](#uninstallation)
@@ -31,9 +32,10 @@ environment, demonstrating its practicality and effectiveness.
31
32
***Context management**: Seamless conversations with the GPT model by maintaining message history across CLI calls.
32
33
***Sliding window history**: Automatically trims conversation history while maintaining context to stay within token
33
34
limits.
34
-
***Custom context from local files**: Provide custom context through piping for GPT model reference during
35
-
conversation.
36
-
***Custom chat models**: Use a custom chat model by specifying the model name with the `--set-model` flag. Ensure that the model exists in the OpenAI model list.
35
+
***Custom context from local files**: Provide a custom context for the GPT model to reference during the conversation
36
+
by piping it in.
37
+
***Custom chat models**: Use a custom chat model by specifying the model name with the `--set-model` flag. Ensure that
38
+
the model exists in the OpenAI model list.
37
39
***Model listing**: Get a list of available models by using the `-l` or `--list-models` flag.
0 commit comments