Mark 0.5#3
Merged
Merged
Conversation
…improvements. (#1) * Support for multiple messages in the Statistic message loop * - The get_or_fetch method has been added to the bot. - The before_main_loop function has been rewritten without changing its functionality. * A separate LLM context for each server * - Added additional checks before using the LLM - Added a function to write/read the context file after every update * - No new features have been added. The LLM provides more user-friendly responses via Discord. * A class for interacting with an LLM and a template for future implementations * - The LLM has been given the ability to not respond in a chat - fix await use and model role - LLM context for guild * fix * - LLM write context when not reply - Time of message for LLM * Added the day of the week to the LLM context * Rename google_genai.py to llm_client.py * Update olive.py * command for edit phrases.json * The slash commands for managing the phrases.json have been moved to a separate Cog * fix * Added support for multiple servers for phrases.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Minor changes to the paths leading to the phrases. * - Short code comments - The option to download the phrases file has been added * - Setup guide - README update - active_cogs_embed fix * Rename docs/UK/walkthroughs/setup-instruction.md to docs/UK/setup-instructions.md Fix MD pathes --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- __init__ in modules and the core.
…eneral and for specific servers
- small decorative changes
- Editing comments in the code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This version has been tested for several months, and no unexpected bugs have been observed.
Here:
There are still a lot of minor issues, but we will fix them in the future.
Compared to the original Flores, very few new features have been added here. Rather, the existing ones have been reworked.