- Add CLI functionality for chatting with OpenAI model
- Implement function to allow users to input OpenAI API key and model name
- Implement function to allow users to chat with OpenAI model using retrieved documents
- Add module to handle sending questions to OpenAI model
- Add module to load and split text documents, create retriever, and define StreamStdOut callback class