flynnoct / chatgpt-telegram-bot

Telegram bot implemented by OFFICIAL OpenAI ChatGPT API (gpt-3.5-turbo, released on 2023-03-01)
MIT License
181 stars 43 forks source link

v1.2.2 to v1.3.0. Backward compatibility #78

Closed kegfire closed 1 year ago

kegfire commented 1 year ago

After updating from version 1.2.2 to 1.3.0, the bot stopped responding. I discovered that new parameters were added to the config.json file. The bot did not work until I added the following new parameters:

Perhaps default values for these parameters should be used if they do not exist.

RayCxggg commented 1 year ago

Highly appreciated. We will set default values to new params for better backward compatibility.

flynnoct commented 1 year ago

You are right. A minor update will be released soon to fix this. Thanks.

flynnoct commented 1 year ago

Fixed in v1.3.1, thanks again.