Releases: kevinthedang/discord-ollama
Releases · kevinthedang/discord-ollama
v0.8.1
What's Changed
Notes
- Initial Setups for the future implementation of Redis with the project
Future Work
- The team hopes to work on issues:
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Delete Model Command by @kevinthedang in #150
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:
Full Changelog: v0.7.5...v0.8.0
v0.7.5
What's Changed
- Remove Message Style Command by @kevinthedang in #149
Notes
- The
message-style
command is not more. There is no real need for the use of embeds for messages.
Future Work
- The team hopes to work on issues:
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- Streamlined Preferences Setup and Default Model by @kevinthedang in #148
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
- The team hopes to work on issues:
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Code Owners File by @kevinthedang in #140
- Pull and Switch Model Revised by @kevinthedang in #142
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
- The team hopes to work on issues:
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Pull/Switch Model Commands Fix by @kevinthedang in #137
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
What's Changed
- Slash Commands Guide by @kevinthedang in #128
- Feature Set Documentation by @JT2M0L3Y in #130
- Roll NPM Dependencies Forward by @JT2M0L3Y in #136
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
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Pull Model Command by @kevinthedang in #125
- Switch Model Command by @kevinthedang in #126
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
- 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 usingdeepseek-coder
.
Future Work
- The team hopes to work on issues:
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- Remove CLIENT_UID Environment Variable by @kevinthedang in #123
Notes
- Removed
CLIENT_UID
from project as it is not necessary to run the bot. Theclient
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