Skip to content

Releases: kevinthedang/discord-ollama

v0.3.4

01 Apr 07:56
5f8b513
Compare
Choose a tag to compare

What's Changed

Notes

  • Shutoff command added and the toggle-chat is now implemented to work too!
  • Fix Node-Job-Build comes next release
  • Build readme shield in readme in next release

Issues

  • Reviewed workflows and found that the Node-Build is not working since we forgot to add it to that job... will add in next release.
  • Just like in v0.3.3 The team hopes to work on issues:
    • #4 #8 #21 for release v0.4.0
    • #13 for release v0.5.0
    • #22 for release v1.0.0 or sooner!
    • Another thing to improve would be improvements to grammar.

Full Changelog: v0.3.3...v0.3.4

v0.3.3

31 Mar 05:37
6b903cf
Compare
Choose a tag to compare

What's Changed

Addressed

Notes

  • Just like in v0.3.2 The team hopes to work on issues:
    • #4 #8 #21 for release v0.4.0
    • #13 for release v0.5.0
    • #22 for release v1.0.0 or sooner!
    • Another thing to improve would be improvements to grammar.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

30 Mar 07:12
9320a74
Compare
Choose a tag to compare

What's Changed

Notes

  • Workflows only are CI related and in the future will have more on docker and CD related.
  • Just like in v0.3.1 The team hopes to work on issues:
    • #4 #8 #21 for release v0.4.0
    • #13 for release v0.5.0
    • #22 for release v1.0.0 or sooner!
    • Another thing to improve would be improvements to grammar and workflow names!

Full Changelog: v0.3.1...v0.3.2

v0.3.1

28 Mar 19:07
1b70fc2
Compare
Choose a tag to compare

What's Changed

Update

  • Nvidia Container Toolkit works! wsl is just wonky with the installation of NCT. Any normal Linux machine should install correctly.

Notes

  • Local machines using wsl must comment out the runtime and devices found in the docker-compose.yml for this to work.
  • Just like in v0.3.0 The team hopes to work on issues:
    • #4 #8 #21 for release v0.4.0
    • #13 for release v0.5.0
    • #22 for release v1.0.0 or sooner!

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Mar 18:27
43fb2ea
Compare
Choose a tag to compare

What's Changed

New Issue: #21

Notes

  • The local and docker versions are working fine!
    • Still investigating the nvidia runtime issue that allows support for a Nvidia GPU for docker containers.
    • This should not be an issue for local machines.
  • The team hopes to work on issues:
    • #4 #8 #21 for release v0.4.0
    • #13 for release v0.5.0
    • #22 for release v1.0.0 or sooner!

Screenshots

Nvidia runtime (Local Machine/Non-container):
image

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Feb 19:45
Compare
Choose a tag to compare

What's Changed

Notes

  • With the containerization of the app, hopefully we can improve the performance of ollama with GPU utilization from Nvidia.
  • Docker may not work properly without Docker Desktop for Windows servers/devices.

Full Changelog: v0.1.4...v0.2.0

v0.1.4

31 Jan 18:32
Compare
Choose a tag to compare

What's Changed

Notes

  • Slash command skeleton has been made to allow other slash commands to be created for issue #10

Full Changelog: v0.1.3...v0.1.4

v0.1.2

31 Jan 20:48
Compare
Choose a tag to compare

Added

  • Embedded Messages through the bot
  • Data stream parser that will parse a stream response as if the model was talking in real time (sorta)
  • ollama-js library works now since the developers added esm compatibility

Notes

  • Redid release tag to not point to non-existent commit. This happened because of an amend that happened after a tag in master

Full Changelog: v0.1.1...v0.1.2

v0.1.3

29 Jan 20:56
Compare
Choose a tag to compare

Notes

  • Now that mentions can be used to interact with the bot, we need to do the following additional features
    • Implement User Preferences if they want to user mentions or not
    • Splice out the uid from the query

Full Changelog: v0.1.2...v0.1.3

v0.1.1

24 Jan 06:40
Compare
Choose a tag to compare

Notes

  • Refer to PR #6 for Persistence changes
  • Persistence only working on /api/chat for Ollama
  • Next Update will include /api/generate if it is possible with embedding.
  • Streaming the model's response will be coming as well!

Full Changelog: v0.1.0...v0.1.1