mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
[PR #191] [MERGED] Add Gemini Manifold Pipeline Safety Settings #342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/pipelines/pull/191
Author: @justinh-rahb
Created: 8/1/2024
Status: ✅ Merged
Merged: 8/1/2024
Merged by: @justinh-rahb
Base:
main← Head:gemini-permissive-safety📝 Commits (1)
7b784bcAdd permissive safety valve to Gemini Manifold📊 Changes
1 file changed (+16 additions, -4 deletions)
View changed files
📝
examples/pipelines/providers/google_manifold_pipeline.py(+16 -4)📄 Description
This PR introduces a new configurable option for the Gemini Manifold pipeline, providing users with greater flexibility in managing content safety settings:
USE_PERMISSIVE_SAFETY(default: false) to the pipeline configuration.Key benefits:
This change aims to balance user freedom with responsible AI use, giving Open-WebUI users more control over their interaction with the Gemini models while preserving the option for stricter content filtering when needed.
Addresses:
Credit:
@rotemdan for the code snippet in #177
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.