Commit Graph

43 Commits

Author SHA1 Message Date
semantic-release-bot ac930d08c4 chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.1.0...v1.1.1) (2024-06-27)

### Bug Fixes

* **chat:** add error handling for failed message saving ([e32d5e4](https://github.com/The0mikkel/ollama-discord-bot/commit/e32d5e41e01a9f2befe8e5a11a38baad8fbc6b17))
2024-06-27 12:40:47 +00:00
The0Mikkel 12c38ec54f Merge branch 'main' of https://github.com/The0mikkel/ollama-discord-bot into main 2024-06-27 14:40:20 +02:00
The0Mikkel e32d5e41e0 fix(chat): add error handling for failed message saving 2024-06-27 14:40:18 +02:00
semantic-release-bot eecd0cd6a7 chore(release): 1.1.0 [skip ci]
## [1.1.0](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.7...v1.1.0) (2024-06-27)

### Features

* **message:** add support for 2000+ charachter messages ([8244ee9](https://github.com/The0mikkel/ollama-discord-bot/commit/8244ee95c9bed60a5854cc456c88b8bd8a2eae12))
2024-06-27 12:32:36 +00:00
The0Mikkel bb8db4f3d7 Merge branch 'main' of https://github.com/The0mikkel/ollama-discord-bot into main 2024-06-27 14:32:09 +02:00
The0Mikkel 8244ee95c9 feat(message): add support for 2000+ charachter messages 2024-06-27 14:32:08 +02:00
Ha1fdan fd749872da docs(readme): correct the name of the env file for the discord bot (#4) 2024-05-28 20:23:45 +02:00
The0Mikkel 135021a444 docs(readme): add information about how to run with ollama on host machine of docker 2024-05-28 11:02:28 +02:00
Mikkel Albrechtsen 476b372c8b docs(readme): add basic badges 2024-05-28 10:52:40 +02:00
semantic-release-bot c1ff9926c3 chore(release): 1.0.7 [skip ci]
## [1.0.7](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.6...v1.0.7) (2024-05-28)

### Bug Fixes

* **chat:** added option to lock bot to specific channel ([#2](https://github.com/The0mikkel/ollama-discord-bot/issues/2)) ([2b0c743](https://github.com/The0mikkel/ollama-discord-bot/commit/2b0c743a577c507a3b379112857586d2b1cc2a1d))
2024-05-28 08:44:54 +00:00
Ha1fdan 2b0c743a57 fix(chat): added option to lock bot to specific channel (#2)
* fix(chat): Added option to lock bot to specific channel.

* New updated towards pull #2

* Update README.md

---------

Co-authored-by: Mikkel Albrechtsen <mikkel.alb@gmail.com>
2024-05-28 10:44:27 +02:00
Mikkel Albrechtsen 6b55fff900 chore(docs): fix typo 2024-05-28 10:38:22 +02:00
Mikkel Albrechtsen 5af1f083ef chore(docs): add information about pr title format 2024-05-28 10:35:26 +02:00
semantic-release-bot c121a6cbfd chore(release): 1.0.6 [skip ci]
## [1.0.6](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.5...v1.0.6) (2024-05-28)

### Bug Fixes

* **ci:** add support for develop branch ([e2fd8ec](https://github.com/The0mikkel/ollama-discord-bot/commit/e2fd8ec6ddde7ec25b7764b160d5915f2561d88e))
2024-05-28 08:10:58 +00:00
The0Mikkel e2fd8ec6dd fix(ci): add support for develop branch 2024-05-28 10:10:29 +02:00
The0Mikkel 1a58456167 chore(ci): rename pre-release docker job 2024-05-28 10:05:25 +02:00
The0Mikkel 575afa393e chore(ci): add pre-release step 2024-05-28 10:02:38 +02:00
semantic-release-bot 2c59d32732 chore(release): 1.0.5 [skip ci]
## [1.0.5](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.4...v1.0.5) (2024-05-28)

### Bug Fixes

* **chat:** stop caching messages in DMs ([8f0e35b](https://github.com/The0mikkel/ollama-discord-bot/commit/8f0e35ba79c2831d7c2d72d82d71c4b0c743875d))
2024-05-28 07:54:45 +00:00
The0Mikkel 8f0e35ba79 fix(chat): stop caching messages in DMs 2024-05-28 09:54:16 +02:00
semantic-release-bot c0d902dd85 chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.3...v1.0.4) (2024-05-28)

### Bug Fixes

* **chat:** add better error handling for invalid use of channel ([833dae6](https://github.com/The0mikkel/ollama-discord-bot/commit/833dae63660d167cf65c2ee18cf5b60019d2cd40))
2024-05-28 07:34:36 +00:00
The0Mikkel 833dae6366 fix(chat): add better error handling for invalid use of channel 2024-05-28 09:34:09 +02:00
semantic-release-bot 7ad8c93c83 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](https://github.com/The0mikkel/ollama-discord-bot/commit/633e27946da583bcabbd51d1d8753e4fb772f87e))
* **memory:** add reply information to chat context ([0e9fd93](https://github.com/The0mikkel/ollama-discord-bot/commit/0e9fd935b265357dbfa3bd09f97b1f9c61d9418e))
2024-05-28 07:19:27 +00:00
The0Mikkel 0e9fd935b2 fix(memory): add reply information to chat context 2024-05-28 09:18:55 +02:00
The0Mikkel 633e27946d fix(chat): add error handling for failed sending 2024-05-28 09:10:41 +02:00
The0Mikkel 25c9857c4c chore(docs): add example modelfile for ollama 2024-05-28 01:18:46 +02:00
semantic-release-bot d010dea954 chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.1...v1.0.2) (2024-05-27)

### Bug Fixes

* **chat:** do not respond with llm in private messages ([84c528b](https://github.com/The0mikkel/ollama-discord-bot/commit/84c528b75163a59a13960c8736d77d0fa8117f76))
2024-05-27 23:10:22 +00:00
The0Mikkel 84c528b751 fix(chat): do not respond with llm in private messages 2024-05-28 01:09:52 +02:00
The0Mikkel 886a45937d Merge branch 'main' of https://github.com/The0mikkel/ollama-discord-bot into main 2024-05-28 01:01:50 +02:00
The0Mikkel 0ad9276f3d chore(docker): add docker compose file that use pre-built docker image 2024-05-28 01:01:46 +02:00
semantic-release-bot 54df55686b chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.0...v1.0.1) (2024-05-27)

### Bug Fixes

* **ci:** add docker release ([f5a3261](https://github.com/The0mikkel/ollama-discord-bot/commit/f5a32617bd9d358f6379c4feed4aa6f48e2319c3))
2024-05-27 22:58:09 +00:00
The0Mikkel f5a32617bd fix(ci): add docker release 2024-05-28 00:57:41 +02:00
The0Mikkel f902881ab4 chore(ci): revert to working package versions 2024-05-28 00:52:47 +02:00
The0Mikkel 7919300b13 Add missingci dependency 2024-05-28 00:50:37 +02:00
The0Mikkel aa5351d8ee fix: add information about compatibility 2024-05-28 00:43:54 +02:00
The0Mikkel 408bedb035 feat: initial release 2024-05-28 00:36:17 +02:00
The0Mikkel 6e6aa6cc10 Update license and README 2024-05-28 00:24:18 +02:00
The0Mikkel a532c7b36d Add comment about ollama 2024-05-28 00:13:43 +02:00
The0Mikkel 2d4c510751 Update documentation 2024-05-28 00:12:03 +02:00
The0Mikkel 1af23841db added customization of bot name, chat max length and ctx through env file 2024-05-27 23:53:02 +02:00
The0Mikkel 52515c81d9 Restructure project 2024-05-27 23:37:31 +02:00
The0Mikkel 03646b1142 Add mention cleaning 2024-05-27 23:21:44 +02:00
The0Mikkel add98c0202 Initial discord bot 2024-05-27 22:32:11 +02:00
Mikkel Albrechtsen c9c155ca63 Initial commit 2024-05-27 19:13:19 +02:00