chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.2...v1.0.3) (2024-05-28) ### Bug Fixes * **chat:** add error handling for failed sending ([633e279](633e27946d)) * **memory:** add reply information to chat context ([0e9fd93](0e9fd935b2))
This commit is contained in:
parent
0e9fd935b2
commit
7ad8c93c83
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ollama-discord-bot",
|
"name": "ollama-discord-bot",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ollama-discord-bot",
|
"name": "ollama-discord-bot",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@semantic-release/commit-analyzer": "^11.1.0",
|
"@semantic-release/commit-analyzer": "^11.1.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ollama-discord-bot",
|
"name": "ollama-discord-bot",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "This Discord chatbot is built to follow the chat flow and have a conversation with the user. The bot is built using the discord.py library, and the chat is stored in Redis. The number of messages to have in context is configurable.",
|
"description": "This Discord chatbot is built to follow the chat flow and have a conversation with the user. The bot is built using the discord.py library, and the chat is stored in Redis. The number of messages to have in context is configurable.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user