I'm curious if there are AI tools that you can easily integrate and use directly from the terminal, like ChatGPT, Gemini, or Claude. I really want to avoid hitting the websites and just interact with these AI models from my command line instead. I also found some solutions that might help those with similar questions. Here are a few I discovered: 1. charmbracelet/mods, 2. TheR1D/shell_gpt (which is exactly what I need), 3. aandrew-me/tgpt (also great), and 4. OpenInterpreter/open-interpreter (more for being an assistant).
1 Answer
Ollama is a solid option! It basically allows you to work with AI directly from your terminal. Just a heads up, though—it’s mainly geared for self-hosting only. You will need to set up your own environment to use it.
But isn't Ollama only for self-hosted setups?