Skip to content

Releases: Kav-K/GPTDiscord

move setttings/mod db into shared

03 Mar 00:55
f0a05e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: Kav-K/GPT3Discord@v10.9.7...v10.9.8

Fix docker loads

02 Mar 23:27
6b1e06c
Compare
Choose a tag to compare

Refactor gpt-index -> llama-index

02 Mar 17:43
Compare
Choose a tag to compare

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

02 Mar 16:16
Compare
Choose a tag to compare

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

02 Mar 12:16
Compare
Choose a tag to compare

Didn't bump

02 Mar 10:22
786342d
Compare
Choose a tag to compare
bump version

Signed-off-by: Hikari Haru <[email protected]>

Bugfixes for conversation and compose

02 Mar 10:19
Compare
Choose a tag to compare
  • 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

02 Mar 07:13
Compare
Choose a tag to compare

ChatGPT Integration!

02 Mar 02:24
Compare
Choose a tag to compare
  • 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 the model value to one of the models starting with gpt3.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 and gpt-3.5-turbo-0301

Fix py-cord clueless upgrade

01 Mar 01:01
e774827
Compare
Choose a tag to compare

What's Changed

Full Changelog: Kav-K/GPT3Discord@v10.8.6...v10.8.7