I have added support for Ollama to my chat-cli tool (formerly named cli-chatgpt, see previous posts). Ollama is a very easy way to run llama2 locally; it runs a local HTTP server and this will be used. Depending on whether an OpenAI key or Ollama are available, the models will be made available and you…
Category: AI
-
-
I have issued an update to my CLI ChatGPT Client (see when I first announced it) so that you can now resume conversations. Here is the new –help output (I personally have an alias cgt=path/to/chat.php to have it quickly available): The CLI client uses a streaming response, so you can watch as it generates your…