A terminal chatbot for ChatGPT
The idea is that you can interact with the AI in a terminal. But also you can provide files with text and ask questions about the file provided. For example you can give it a database schema to get a description of the schema and relations. Or you can give it a text file and ask it to summarize the text.
As of now you can only pass in text files, files that can be read line by line. The plan is to add support for other file types. Such as word documents or excel files.