13 Commits

Author SHA1 Message Date
451ab831b8
Update Ollama integration for Matrix bot
- Added Ollama client integration to handle chat completions.
- Modified the `chatbot` function to use the Ollama client for chat interactions.
- Removed the `dalle` function as it is not supported by Ollama.
- Updated the `reset_chat` function to handle resetting the chat history with Ollama.
- Added new settings for Ollama base URL and model in `settings.py`.
- Updated documentation in `README.md` to reflect the changes.
2025-03-13 16:10:25 -03:00
87e191ed8e
Upgrade chat model to use 'gpt-4o' version 2024-11-28 17:21:15 -03:00
5d4c058fed
Remove input validation from bot and handle missing org files 2024-11-28 17:12:32 -03:00
f5f6871b64
Refactor scripts with better docs 2024-11-28 15:21:33 -03:00
ef42bc6b8c
Update settings.py and bot.py to remove prometeo imports and variables 2024-11-28 15:06:01 -03:00
c98aeced04
Changed GPT version 2023-11-08 16:57:39 -03:00
6823c1a027
Changed the bot to use gpt-4 2023-07-07 12:23:20 -03:00
8ad20f1e9b
Added error handling to chatgpt and dall-e 2023-04-09 16:24:44 -03:00
19e71b2420
Added dall-e 2023-04-09 15:05:01 -03:00
45ac9e38f8
Added chatgpt 2023-04-09 10:06:28 -03:00
ef6904243d Sending keyword to the todo creator 2022-08-09 11:48:09 -03:00
21e5f08043 Added link saving 2022-08-08 20:43:10 -03:00
b063bbd350 Initial commit 2022-08-01 21:52:56 -03:00