From ebf512b2650e2118d90accb7889a054fb243480d Mon Sep 17 00:00:00 2001 From: ned Date: Sat, 8 Apr 2023 11:14:09 +0200 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0926c211..59c1fe61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ChatGPT Telegram Bot ![python-version](https://img.shields.io/badge/python-3.9-blue.svg) -[![openai-version](https://img.shields.io/badge/openai-0.27.2-orange.svg)](https://openai.com/) +[![openai-version](https://img.shields.io/badge/openai-0.27.4-orange.svg)](https://openai.com/) [![license](https://img.shields.io/badge/License-GPL%202.0-brightgreen.svg)](LICENSE) [![Publish Docker image](https://github.com/n3d1117/chatgpt-telegram-bot/actions/workflows/publish.yaml/badge.svg)](https://github.com/n3d1117/chatgpt-telegram-bot/actions/workflows/publish.yaml) @@ -50,6 +50,8 @@ Customize the configuration by copying `.env.example` and renaming it to `.env`, | `ALLOWED_TELEGRAM_USER_IDS` | A comma-separated list of Telegram user IDs that are allowed to interact with the bot (use [getidsbot](https://t.me/getidsbot) to find your user ID). **Note**: by default, *everyone* is allowed (`*`) | ### Optional configuration +The following parameters are optional and can be set in the `.env` file: + | Parameter | Description | Default value | |------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------| | `ENABLE_QUOTING` | Whether to enable message quoting in private chats | true |