Skip to content

Releases: Kav-K/GPTDiscord

Show used tools in a connected conversation

19 Apr 04:34
Compare
Choose a tag to compare

Show used tools in a connected conversation

Allow /internet chat to crawl links directly

18 Apr 18:14
Compare
Choose a tag to compare
  • The /internet chat functionality will now crawl links that you give it directly in the chat!
  • Bugfixes

Bugfixes

18 Apr 04:49
Compare
Choose a tag to compare

Properly display errors, set langchain timeout

Hotfixes for 11.3.0

17 Apr 22:12
Compare
Choose a tag to compare

Hotfixes for 11.3.0

v11.3.0

17 Apr 21:48
Compare
Choose a tag to compare
  • We have released our internet-connected chat! You can now chat with GPT3.5/4 and have the conversation be connected to the internet. You need your google API tokens to use this, it also supports wolfram and using GPT-4! /internet chat (https://github.com/Kav-K/GPT3Discord/blob/main/detailed_guides/INTERNET-CONNECTED-CHAT.md)
  • You can adjust how many top-level links GPT searches for/uses whenever it needs to use the internet
  • We have renamed /search to /internet search
  • The internet connected chat functionalities add some new dependencies, please reinstall the requirements.txt before trying out this new feature.

Fix bug with per-channel convo permissions

17 Apr 18:47
Compare
Choose a tag to compare

Fix bug with per-channel convo permissions

v11.2.5

17 Apr 17:23
5107343
Compare
Choose a tag to compare

What's Changed

Full Changelog: Kav-K/GPT3Discord@v11.2.2...v11.2.5

Fix pinecone openers

07 Apr 17:33
Compare
Choose a tag to compare
  • Openers now persist indefinitely in pinecone conversations, previously they were lost after a dozen or so messages
  • Fixed up some more package bumps
  • Actually bumped the version this time, forgot on last release

Full Changelog: Kav-K/GPT3Discord@v11.2.1...v11.2.2

Fix docker image not having updated requirements

07 Apr 15:37
Compare
Choose a tag to compare

v11.2.0

07 Apr 09:23
Compare
Choose a tag to compare
  • GPT4 Support for /search and /index - You can now use GPT4 to do your searching and indexing tasks! Be careful, GPT4 is expensive
  • Multi-step query decompositions - When doing a query with /search or /index, the bot will break down complicated questions into smaller questions and progressively build up an answer, use the multistep option in /search and /index query to try this out, this will take longer!
  • Optimizer was added to /search and /index to remove unneccessary sentences, this will reduce token usage and possibly also increase quality of answers
  • Deep Search functionality improved, deep search no longer builds a knowledge graph but a QASummaryGraph: https://github.com/jerryjliu/llama_index/blob/main/examples/composable_indices/QASummaryGraph.ipynb. Deep searches are still slow though. I'd recommend using multistep queries with regular searches
  • More graceful timeout errors
  • OpenAI organization being sent in a request is toggleable with /system settings, organization coverage is more cohesive now

/search chat and /index chat are still coming soon! I've just been busy