Release 2.0.5-beta

This commit is contained in:
SMKRV
2024-12-03 18:29:24 +03:00
parent 5709bce1ae
commit f397bbffe7
12 changed files with 1116 additions and 573 deletions
+3
View File
@@ -40,6 +40,9 @@ CONF_MAX_HISTORY_SIZE: Final = "max_history_size" # Correct constant name
CONF_IS_ANTHROPIC: Final = "is_anthropic"
CONF_CONTEXT_MESSAGES: Final = "context_messages"
ABSOLUTE_MAX_HISTORY_SIZE = 500
MAX_ENTRY_SIZE = 1 * 1024 * 1024
# Default values
DEFAULT_MODEL: Final = "gpt-4o-mini"
DEFAULT_TEMPERATURE: Final = 0.1