Skip to content

Releases: kevinthedang/discord-ollama

v0.8.1

03 Jan 22:05
2ea77c9
Compare
Choose a tag to compare

What's Changed

Notes

  • Initial Setups for the future implementation of Redis with the project

Future Work

  • The team hopes to work on issues:
    • #99 will be a patch within release v0.8.0+
    • #47, #57, #99 for release v0.9.0+
    • #60, #63 for release v1.0.0+

Full Changelog: v0.8.0...v0.8.1

v0.8.0

15 Dec 01:12
6c7e48d
Compare
Choose a tag to compare

What's Changed

Notes

  • The new delete-model command will remove a model from the local ollama model library.

Note

Delete Model is an Admin Command.

Warning

All users with the associated model will receive an error that the model does not exist! They will be prompted to contact an Admin use the pull-model command.

Future Work

  • The team hopes to work on issues:
    • #99 will be a patch within release v0.8.0+
    • #47, #57, #99 for release v0.9.0+
    • #60, #63 for release v1.0.0+

Full Changelog: v0.7.5...v0.8.0

v0.7.5

14 Dec 00:58
fe1f7ce
Compare
Choose a tag to compare

What's Changed

Notes

  • The message-style command is not more. There is no real need for the use of embeds for messages.

Future Work

Full Changelog: v0.7.4...v0.7.5

v0.7.4

12 Dec 02:00
6ac45af
Compare
Choose a tag to compare

What's Changed

Notes

  • When setting up the application for the first time, it will no longer be as annoying to retype prompts to just get it started. It will not just automatically create the Server Preferences file and User Preferences file of the user triggering the event.
  • The MODEL environment variable has been reintroduced as the default model to set when talking for the first time and generating a User Preference file.

Important

If the default model is not pulled, you will receive an error and be asked to pull it using the pull-model command.

Future Work

Full Changelog: v0.7.3...v0.7.4

v0.7.3

05 Dec 05:32
d570a50
Compare
Choose a tag to compare

What's Changed

Notes

  • The Pull Model Command is now an only-admin command.
  • The Switch Command only switches the user preferred model for chatting. No longer pulls it to possibly save hard drive space.

Future Work

Full Changelog: v0.7.2...v0.7.3

v0.7.2

09 Nov 04:14
33152b3
Compare
Choose a tag to compare

What's Changed

Notes

  • Here's a fix for that bug with the pull/switch model commands in threads.

Full Changelog: v0.7.1...v0.7.2

v0.7.1

08 Nov 18:29
1ccd1a0
Compare
Choose a tag to compare

What's Changed

Notes

  • There is a known issue with pulling/switching models within a thread, #132.
    • This can hopefully be fixed by the next minor release.
  • Research towards maintaining/monitoring, rather than developing, has begun.
    • Things like Snyk, Dependabot, CodeQL, are sought for vulnerability and code scanning.

Future Work

  • The team hopes to work on issues:

Full Changelog: v0.7.0...v0.7.1

v0.7.0

13 Oct 05:40
9f61f6b
Compare
Choose a tag to compare

What's Changed

Notes

  • Reduced some vulnerabilities from old packages.
  • Added two new commands.
    • The pull-model command to pull model from the Ollama Model Library.
    • The switch-model command to switch the user preferred model. Can also pull models if it does not find it.
  • The MODEL environment variable has been removed as a necessary variable because of the pull and switch command enhancement. 
  • Small tweaks to documentation.
  • Models can be pulled/switched by tag, so deepseek-coder:1.3b can be pulled and switched to rather than using deepseek-coder.

Future Work

  • The team hopes to work on issues:
    • #57 #63 for release v0.8.0
    • #42 for release v0.8.0+
    • #22 for release v1.0.0 or sooner

Full Changelog: v0.6.2...v0.7.0

v0.6.2

07 Oct 01:59
5061dab
Compare
Choose a tag to compare

What's Changed

Notes

  • Removed CLIENT_UID from project as it is not necessary to run the bot. The client variable can be reached for the Unique ID for the application.

Future Work

  • The team hopes to work on issues:

Full Changelog: v0.6.1...v0.6.2

v0.6.1

06 Oct 02:39
947ff89
Compare
Choose a tag to compare

What's Changed

Future Work

  • The team hopes to work on issues:

Full Changelog: v0.6.0...v0.6.1