Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -386,8 +386,8 @@ class ClassificationResponse(BaseModel):
|
|
386 |
scores: Dict[str, float]
|
387 |
|
388 |
# Keyword dictionaries for overriding classifications
|
389 |
-
change_to_quote_keywords = ["ATP", "Add", "Revised", "
|
390 |
-
copy_quote_requested_keywords = ["MSRP", "Quote", "
|
391 |
sub_classification_keywords = {
|
392 |
"MRSP": ["MSRP"],
|
393 |
"Direct": ["Direct"],
|
|
|
386 |
scores: Dict[str, float]
|
387 |
|
388 |
# Keyword dictionaries for overriding classifications
|
389 |
+
change_to_quote_keywords = ["Per ATP", "Add", "Revised", "Remove", "Advise"]
|
390 |
+
copy_quote_requested_keywords = ["MSRP", "Send Quote", "Copy", "All pricing", "Retail"]
|
391 |
sub_classification_keywords = {
|
392 |
"MRSP": ["MSRP"],
|
393 |
"Direct": ["Direct"],
|