Releases: Kav-K/GPTDiscord
Releases · Kav-K/GPTDiscord
v11.1.5
What's Changed
- Request testing by @luyaojchen in https://github.com/Kav-K/GPT3Discord/pull/237
- Added integration tests for models/openai_model.py, to be expanded on later
New Contributors
- @luyaojchen made their first contribution in https://github.com/Kav-K/GPT3Discord/pull/237
Full Changelog: Kav-K/GPT3Discord@v11.1.4...v11.1.5
Bugfixes
Bugfixes
Temp fix for gpt-4 conversations, better safeguard for channel convos
Bugfixes
Full Changelog: Kav-K/GPT3Discord@v11.1.0...v11.1.1
v11.1.0
What's Changed
- Fix office file indexing by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/230
- Channel conversations by @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/233 @Jiankun-Huang
- Fix GPT-4 Pricing (mostly?)
- Fix conversations not being summarized correctly without pinecone
Full Changelog: Kav-K/GPT3Discord@v11.0.4...v11.1.0
Docker bugfixes and guide update
What's Changed
- Update torch and torchvsion, no 1.9 wheel exists for py-3.10 by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/228
- Update OPENAI-GUIDE.md by @Raecaug in https://github.com/Kav-K/GPT3Discord/pull/227
Full Changelog: Kav-K/GPT3Discord@v11.0.3...v11.0.4
GPT4 Support
- This discord bot now supports GPT-4. In order to use GPT-4, you must have been granted access after you signed up for the waitlist (https://openai.com/waitlist/gpt-4-api)
- If you have access to GPT-4, you can set a new environment variable OPENAI_ORGANIZATION in your .env file, this environment variable should contain the organization ID of the OpenAI organization that has access to GPT4
- Afterwards, you can select the model in /system settings or on-the-fly when using /gpt ask or /gpt converse, etc
- This support is basic, and will be improved in the future as GPT-4 comes out of waitlist. Currently, the GPT-4 API does not seem too stable for full length conversations, I'd reccommend using turbo for now still
Fix price reporting for index and search query
Fix docker build on aarch64
What's Changed
- Add patch for cargo mem leak on aarch64 by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/218
Full Changelog: Kav-K/GPT3Discord@v11.0.0...v11.0.1