Motivation

Supposedly, running the llms through api keys is faster and cheaper, then using chatgpt in the normal web interface

Use cases

  • Have multiple projects separated
  • Have a possibility to run it on multiple (single to hundreds) files
  • Have access to web search
  • Be able to back it up
  • Have an ability to fast search through the previous questions

Options

llm

offered from a chatGPT as a first choice based on it being simple terminal like interface not to get overwhelmed

Resource

It looks it have quite extensive docs link Video included in the docs:

Features and modes how it works

  • SQL lite database, where all the interaction is stored, so it can be easily searched

Installation