diff --git a/CHANGELOG.md b/CHANGELOG.md index 2354d47a3..3db7c593e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- **🔧 Pipelines Support**: Open WebUI now includes a plugin framework for enhanced customization and functionality. (https://github.com/open-webui/pipelines). Easily add custom logic and integrate Python libraries, from AI agents to home automation APIs. +- **🔧 Pipelines Support**: Open WebUI now includes a plugin framework for enhanced customization and functionality (https://github.com/open-webui/pipelines). Easily add custom logic and integrate Python libraries, from AI agents to home automation APIs. - **🔗 Function Calling via Pipelines**: Integrate function calling seamlessly through Pipelines. - **⚖️ User Rate Limiting via Pipelines**: Implement user-specific rate limits to manage API usage efficiently. - **📊 Usage Monitoring with Langfuse**: Track and analyze usage statistics with Langfuse integration through Pipelines. - **🕒 Conversation Turn Limits**: Set limits on conversation turns to manage interactions better through Pipelines. -- **🛡️ Toxic Message Filtering**: Automatically filter out toxic messages to maintain a safe environment using pipelines. +- **🛡️ Toxic Message Filtering**: Automatically filter out toxic messages to maintain a safe environment using Pipelines. - **🔍 Web Search Support**: Enhance functionality with built-in web search capabilities. - **🗂️ Models Workspace**: Create and manage model presets for both Ollama/OpenAI API. Note: The old Modelfiles workspace is deprecated. - **🛠️ Model Builder Feature**: Build and edit all models with persistent builder mode.