mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix: remove overly broad block words (explain, recommend, suggest, best) to reduce false positives
This commit is contained in:
parent
2c0b4a0591
commit
e94ec2b8ca
1 changed files with 14 additions and 6 deletions
|
|
@ -132,11 +132,6 @@ additional_block_words:
|
|||
- "develop"
|
||||
- "debug"
|
||||
- "fix"
|
||||
- "recommend"
|
||||
- "recommendation"
|
||||
- "suggestion"
|
||||
- "suggest"
|
||||
- "best"
|
||||
- "top"
|
||||
- "favorite"
|
||||
- "watch"
|
||||
|
|
@ -157,7 +152,6 @@ additional_block_words:
|
|||
- "tutorial"
|
||||
- "learn"
|
||||
- "teach"
|
||||
- "explain"
|
||||
- "solve"
|
||||
- "calculate"
|
||||
- "convert"
|
||||
|
|
@ -260,3 +254,17 @@ exceptions:
|
|||
- "baggage cost"
|
||||
- "upgrade cost"
|
||||
- "booking cost"
|
||||
- "seat recommend"
|
||||
- "recommend seat"
|
||||
- "recommend flight"
|
||||
- "suggest flight"
|
||||
- "suggest seat"
|
||||
- "suggest upgrade"
|
||||
- "best seat"
|
||||
- "best flight"
|
||||
- "best fare"
|
||||
- "flight movie"
|
||||
- "explain my"
|
||||
- "explain the"
|
||||
- "explain flight"
|
||||
- "explain booking"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue