matrix-gptbot/src/gptbot
Kumi d0ab53b3e0
feat: standardize bot logging method
Switched to using the bot's centralized logging mechanism for bot info commands, enhancing consistency across the application. This change ensures that all log messages go through the same process, potentially simplifying future debugging and logging enhancements.
2024-05-18 21:38:44 +02:00
..
assets Make it an importable module 2023-05-25 07:28:28 +00:00
callbacks fix: correct vars in join_callback for space mapping 2024-05-18 21:37:51 +02:00
classes fix(openai response handling): narrow down exception handling 2024-05-18 21:38:17 +02:00
commands feat: standardize bot logging method 2024-05-18 21:38:44 +02:00
migrations refactor: applying lots of linting 2024-05-17 10:54:54 +02:00
tools refactor: mark base imports in tools as used 2024-05-18 21:36:21 +02:00
__init__.py Make it an importable module 2023-05-25 07:28:28 +00:00
__main__.py feat: add main_sync wrapper for asyncio compatibility 2024-05-17 10:58:01 +02:00