- Python environment 3.6
conda create -n unichatbot_env python=3.6
conda activate unichatbot_env
- clone the repo and cd into it
git clone https://github.com/Jahysama/UniChatBot
cd UniChatBot
- python packages
pip install -r requirements.txt
Model | Link to the model |
---|---|
English | HuggingFace |
Russian | HuggingFace |
python unibot.py --lang en
Option | Description | Values |
---|---|---|
--lang | Bot model language | en/ru |
--memory | How many messages should bot remember. | int |
--max-mess-len | Max message length in symbols. | int |
--temperature | The more is temperature the more nonsense bot will generate. | float |
--response | How often bot would check chat and respond in seconds | float |