We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a7237 commit 226d66eCopy full SHA for 226d66e
1 file changed
README.md
@@ -85,6 +85,8 @@ Pipelines are processing functions that extend Open WebUI with **custom AI model
85
86
- Enables interaction with **Azure OpenAI** and other **Azure AI** models.
87
- Supports multiple Azure AI models selection via the `AZURE_AI_MODEL` environment variable (e.g. `gpt-4o;gpt-4o-mini`).
88
+- Customizable pipeline display with configurable prefix via `AZURE_AI_PIPELINE_PREFIX`.
89
+- Azure AI Search / RAG integration with enhanced collapsible citation display (Azure OpenAI only).
90
- Filters valid parameters to ensure clean requests.
91
- Handles both streaming and non-streaming responses.
92
- Provides configurable error handling and timeouts.
0 commit comments