Skip to content

Releases: Kav-K/GPTDiscord

Add renamed "gpt-4-turbo-preview" model

31 Jan 21:52
Compare
Choose a tag to compare
  • Add renamed "gpt-4-turbo-preview" model

Better image understanding + bugfixes

31 Dec 10:33
Compare
Choose a tag to compare

What's Changed

  • better image understanding without gpt-4-vision using LLAVA-13b
  • Fix conversation mentions bug
  • Fix openai api Key url by @Paillat-dev in #462

Full Changelog: v12.3.6...v12.3.7

Make drawing understanding better

30 Nov 06:03
Compare
Choose a tag to compare
  • Model understands how prompting works a bit better.

Midjourney prompt engineer, performance fixes

22 Nov 22:30
Compare
Choose a tag to compare

Full Changelog: v12.3.3...v12.3.5

  • Fix more bug dumps in console from timeouts
  • Add temperature and top_p parameter support for connected chats
  • Update search to use the new models and make it a bit more stable and reliable
  • Midjourney prompt engineer personality (opener file)
    CleanShot 2023-11-22 at 17 29 47

Make auto drawing disabled by default in /gpt converse

17 Nov 16:23
Compare
Choose a tag to compare
  • Make auto drawing disabled by default in /gpt converse
    Full Changelog: v12.3.2...v12.3.3

Attempt to fix desync

17 Nov 09:08
093e1bc
Compare
Choose a tag to compare

Drawing within /gpt converse!

17 Nov 08:21
Compare
Choose a tag to compare
  • You can now work with GPT in a conversation to create images. This will work when you are in a gpt-vision conversation, the model will be able to draw (up to 4) images by itself, and will also be able to see images that you upload. Keep in mind that the vision API is limited to 100 requests per day, so you don't want to be spamming this until the API is fully released. This feature will ONLY work when the conversation model is gpt-4-vision-preview.

Full Changelog: v12.3.0...v12.3.1

Create images in /gpt converse!

17 Nov 08:14
Compare
Choose a tag to compare
  • You can now work with GPT in a conversation to create images. This will work when you are in a gpt-vision conversation, the model will be able to draw (up to 4) images by itself, and will also be able to see images that you upload. Keep in mind that the vision API is limited to 100 requests per day, so you don't want to be spamming this until the API is fully released. This feature will ONLY work when the conversation model is gpt-4-vision-preview.

Full Changelog: v12.2.9...v12.3.0

Fix dalle-3 default model param

17 Nov 05:32
Compare
Choose a tag to compare

We were passing natural into the api call by default earlier, causing the default images to look not as dalle-3 is expected to look, as the actual default param is vivid

Fix max tokens issue for older models

16 Nov 05:52
35b9581
Compare
Choose a tag to compare

What's Changed

  • fixed gpt3.5 ask bug and bumped version by @rwywawn in #411

Full Changelog: v12.2.7...v12.2.8