talk-codebase/.gitignore
Saryev Rustam 226203e4d9 Add CLI for chatting with OpenAI model
- 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
2023-05-26 04:47:22 +03:00

5 lines
32 B
Plaintext

/.env
/.idea/
/.vscode/
/.venv/