Options for an interactive chat mode:
- It's a new command -
llm chat -m gpt-4for example. This feels a bit odd since the current default command is actuallyllm chatgpt ...andllm chatfeels confusing.- It's part of the default command:
llm --chat -4starts one running.Maybe the
llm chatgptcommand is mis-named, especially since it can be used to work with GPT-4.I named
llm chatgptthat because I thought I'd have a separate command forbardand forllamaand so-on, and because I thought the other OpenAI complete APIs (the non-chat ones, like GPT-3) may end up with a separate command.
Originally posted by @simonw in #6 (comment)