Releases: Kav-K/GPTDiscord
Releases · Kav-K/GPTDiscord
move setttings/mod db into shared
What's Changed
- move settings/mod db into shared by @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/201
- Update INSTALLATION.md by @Jmackles in https://github.com/Kav-K/GPT3Discord/pull/196
- Did an end to end installation test on python3.9 and ubuntu 20.04, works!
New Contributors
- @Jmackles made their first contribution in https://github.com/Kav-K/GPT3Discord/pull/196
Full Changelog: Kav-K/GPT3Discord@v10.9.7...v10.9.8
Fix docker loads
What's Changed
- fix docker loads by @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/200
Full Changelog: Kav-K/GPT3Discord@v10.9.6...v10.9.7
Refactor gpt-index -> llama-index
Full Changelog: Kav-K/GPT3Discord@v10.9.5...v10.9.6
Also added some scaffolding for new readers from gpt-index and a recursive link indexer, but none of these loaders seem to really work from llamahub for now
Fix deep compositions with ChatGPT, reliability fixes for chatgpt predictor
Full Changelog: Kav-K/GPT3Discord@v10.9.4...v10.9.5
- GPT-index has updated the chatgpt predictor to be temperature 0, and fixed compositions with tree indexes, so deep compositions in /index should work and should be much faster and cheaper now with ChatGPT, and some reliability issues in /search and /index query will be better.
Fix embed response for discord index creation erroring
Didn't bump
bump version Signed-off-by: Hikari Haru <[email protected]>
Bugfixes for conversation and compose
- Fix not being able to compose if you don't have a search index already made previously
- Better set usernames in conversations with chatgpt so it tracks who's who correctly
Full Changelog: Kav-K/GPT3Discord@v10.9.1...v10.9.2
Full ChatGPT + Basic Whisper integration
Full Changelog: Kav-K/GPT3Discord@v10.9.0...v10.9.1
- /transcribe
ChatGPT Integration!
- ChatGPT model support has been added and it can now be selected as the default model for the bot. You can select it with
/system settings
and change themodel
value to one of the models starting withgpt3.5-
. - We have switched to using the ChatGPT model for
/search
and/index
, with the exception of deep search and deep indexing, we are waiting on some changes from the gpt-index library in order to continue with this. Once those are completed, I will do a new release with those changes. - Currently, price reporting for deep searches are disabled and it will not stop you if you try to deep search a ridiculous amount of usage, so be careful, but it should be okay for the most part. This will be fixed when the gpt-index changes are pushed up and we can switch deep indexing to using the chatgpt models.
- You can use the new model as a default for a conversation, a default for the whole bot, or a default for /gpt ask.
- The two new models are called
gpt-3.5-turbo
andgpt-3.5-turbo-0301
Fix py-cord clueless upgrade
What's Changed
- Revert "Bump py-cord from 2.3.2 to 2.4.0" by @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/195
Full Changelog: Kav-K/GPT3Discord@v10.8.6...v10.8.7