From 7bd081b7cf4202d4cf9aac79c026381f7e1da4a6 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 13 Jul 2024 16:02:28 +0000 Subject: [PATCH] docs: Updated CHANGELOG.md with the openai changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e013dba..d178aeeda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except da - You can now send multiple waifu gifts at once to waifus. For example `.waifugift 3xRose @user` will give that user 3 roses - The format is `x`, no spaces - Added `.boosttest` command +- Added support for any openai compatible api for the chatterbot feature change: + - Changed games.yml to allow input of the apiUrl (needs to be openai compatible) and modelName as a string. ### Changed