65791f4177
Implement Grok client and migration from Ollama. Add OpenRouter configuration options in config.py, create new GrokClient for API interactions, and update documentation. Modify existing files to support Grok, ensuring backward compatibility with Ollama. Include migration script and comprehensive testing for Grok client functionality.
3d3854b067
Update BDSM templates to enhance prompts with clearer instructions and avoid extreme content. Refine language for better execution of daily rules and random domination scenarios, ensuring a focus on psychological humiliation while maintaining a creative approach.
03dba966e5
Refactor template management to return both prompt and title. Update NotificationScheduler and tests to utilize new structure for sending notifications. Adjust configuration for minimum and maximum intervals.
61322b1baa
Add strip_think_tags configuration and update OllamaClient response handling. Refactor NotificationScheduler and tests to utilize new config option for stripping <think> tags from responses.
a2f909db41
Enhance NotificationScheduler with timezone initialization and current time retrieval. Refactor silent time checks to utilize the configured timezone, improving accuracy in logging and scheduling notifications.
d27d30b038
Remove config.json file and update config.py to load configuration from a new directory. Add timezone support in the NotificationScheduler for accurate silent time checks. Update requirements.txt to include pytz for timezone handling.