docs gpt
1.0.0
Extend the knowledge of your LLM with TXT document. Upload any TXT and start asking questions related to that TXT file. Using this project you can train your LLM to any new data and then ask questions related to that. LLM would be able to fetch insights or answers from that document and make meaning ful answers from that.
.env
file in root.OPENAI_API_KEY="OPEN-AI-KEY"
python3 -m venv .venv
source .venv/bin/activate
pip -r requirements.txt
python3 server.py
https://shivamreloaded.com/ai/2023/09/06/custom-qa-bot.html