Skip to content

Releases: Raikerian/go-remai-bot-discord

v0.5.2

14 May 13:08
9e30bfb
Compare
Choose a tag to compare
  • updated dependencies
  • added support for new gpt4o model

v0.5.1

26 Jan 16:25
a577294
Compare
Choose a tag to compare
  • Updated support for latest GPT4-Turbo and GPT3Dot5Turbo16K models
  • Fixed image generation failing on discord API call

v0.5.0

29 Nov 17:28
33cb2a8
Compare
Choose a tag to compare
  • Dalle 3 support
  • Updated pricing for the latest gpt models
  • Updated thread title generation to gpt3.5-turbo-instruct

v0.4.7

30 Jun 17:47
b00ef7b
Compare
Choose a tag to compare
  • Updated model pricing and token calculation information according to the latest OpenAI update
  • Fixed missing token calculation for name field

v0.4.6

06 May 16:06
0abe21a
Compare
Choose a tag to compare
  • Fixed missing error handling for gpt command followup
  • Added context option limit check due to discord character limitation. If context is above limit, just provide it as a file with context-file option
  • Bot will now add user to the thread when its created on gpt command. Greatly improves visibility.

v0.4.5

06 May 11:45
c00183a
Compare
Choose a tag to compare
  • Added Context file option: upload text file that will be set as a system message. This helps with longer contexts, that were not possible to set in the regular context option due to discord message limits
  • Typing indicator will now be sent continuously when bot takes longer to respond. This helps with understanding that request is still going and was not lost
  • Result message from /image command had visual update now utilizing discord embeds and using openai generated urls, instead of uploading images manually
  • Updated go-openai library to v1.9.3
  • Bot should now crash if it failed to register commands, as that feature is the backbone of this application

v0.4.4

05 May 09:23
da3ff71
Compare
Choose a tag to compare
  • /chat gpt command embeds style improvements
  • Added price calculation for GPT 4 32K model

v0.4.3

04 May 18:23
783af7c
Compare
Choose a tag to compare

Added price calculation for gpt 4 8k models

v0.4.2

04 May 11:46
c4868f3
Compare
Choose a tag to compare

You can now specify OpenAI ChatCompletion models available for the bot in the configuration file

v0.4.1

04 May 11:05
8a62784
Compare
Choose a tag to compare
  • Gpt is now a subcommand of /chat. This adjustment was made to account for potential future expansions of other api/models usage
  • Thread will be locked by default if the first OpenAI request failed (e.g. api down, model doesn't exist, etc.)
  • Implemented thread token adjustments to avoid reaching token limit of the model. From now on the bot will automatically drop older messages to avoid reaching said limit.