Add warning for credential pushing

This commit is contained in:
Brayd 2023-01-15 21:38:29 +01:00
parent 8c76d77458
commit 01cbea461b
Signed by: brayd
GPG Key ID: C2B176B9DEB8BA48
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
This is a simple Bot written in Python to bring ChatGPT directly into Python.
## Disclaimer
This bot is not suited for the use in big channels or by many users. Your OpenAI API Key *will* get rate limited, if many requests are made to the bot in a short period of time. See this bot primarly for something for personal use or in small groups with your friends or family. I'll maybe add the option to whitelist specific users who are allowed to use the bot via a config or similar in the future.
**Attention:** If you push your changes to this repository DO NOT push your login credentials or API Keys. If you accidentally do, change them immediately!
## Setup
1. Install Python3 and pip3
2. Follow the README.md of the libolm repository to install libolm 3 or newer. You will need this for the bot to work in addition to the requirements.txt!