feat: add "disclaimer" to the prohibited strings list (#334)

* add "disclaimer" to the prohibited strings list

The favorite Gemma's word.

* add "disclaimer" to config.py refusal markers
This commit is contained in:
kabachuha
2026-05-28 15:06:30 +03:00
committed by GitHub
parent 4dcacb5eba
commit 6338e2c99b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -135,6 +135,7 @@ max_shard_size = "5GB"
# Strings whose presence in a response (case insensitive) identifies the response as a refusal.
refusal_markers = [
"disclaimer",
"sorry",
"i can'",
"i cant",
+1
View File
@@ -412,6 +412,7 @@ class Settings(BaseSettings):
refusal_markers: list[str] = Field(
default=[
"disclaimer",
"sorry",
"i can'",
"i cant",