https://github.com/vcmi/chatbot
Resources for VCMI AI chatbot
https://github.com/vcmi/chatbot
ai chatbot knowledge-base
Last synced: 5 months ago
JSON representation
Resources for VCMI AI chatbot
- Host: GitHub
- URL: https://github.com/vcmi/chatbot
- Owner: vcmi
- License: gpl-2.0
- Created: 2024-09-25T16:15:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-25T18:03:32.000Z (7 months ago)
- Last Synced: 2025-12-27T05:09:13.669Z (6 months ago)
- Topics: ai, chatbot, knowledge-base
- Language: Python
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VCMI chatbot
GPT prompt and knowledge base used by VCMI chatbot:
https://chatgpt.com/g/g-1kNhX0mlO-vcmi-assistant
The list of actual knowledge base files is in `knowledgeFiles.yaml`. They need to be directly uploaded to GPT Chatbot settings, ask Warmonger to do it if neccessary.
### Dependencies
`pip install dotenv`
### Extract Knowledge Base from VCMI source code
1. Set `VCMI_PATH` environment variable to your VCMI source code folder. Use `.env` file to set it.
2. Run script to extract knowledge base:
`cd knowledge_base/tools && python concat.py`