├── LICENSE ├── README.md ├── app.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/ChatCSV-Llama2-Chatbot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/ChatCSV-Llama2-Chatbot/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/ChatCSV-Llama2-Chatbot/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/ChatCSV-Llama2-Chatbot/HEAD/requirements.txt --------------------------------------------------------------------------------