Spaces:
Sleeping
Sleeping
Update routers/filter.py
Browse files- routers/filter.py +96 -0
routers/filter.py
CHANGED
@@ -576,6 +576,78 @@ Last titles:
|
|
576 |
"duplication": true
|
577 |
}"""
|
578 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
# Estrutura de conversação correta com múltiplos exemplos
|
580 |
contents = [
|
581 |
# Primeiro exemplo
|
@@ -708,6 +780,30 @@ Last titles:
|
|
708 |
types.Part.from_text(text=EXAMPLE_OUTPUT_10)
|
709 |
]
|
710 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
711 |
# Agora o usuário envia a notícia real para ser analisada
|
712 |
types.Content(
|
713 |
role="user",
|
|
|
576 |
"duplication": true
|
577 |
}"""
|
578 |
|
579 |
+
EXAMPLE_INPUT_11 = f"""Title: ‘AGT’: Husband & Wife Comedians Audition Against Each Other — Did Either Make the Live Shows?
|
580 |
+
Content: Press The Golden Buzzer! For exclusive news and updates, subscribe to our America's Got Talent Newsletter:\n\nAmerica’s Got Talent has seen several couples audition together over the years, but it’s rare to see a husband and wife competing against one another. But that’s exactly what happened on Tuesday’s (August 5) episode.\n\nComedian Matt O’Brien and his wife, Julia Hladkowicz, also a comic, both auditioned for the NBC competition series separately. O’Brien was up first, winning the judges over with his jokes about being married versus being single.\n\n“You are really, really good,” Howie Mandel told the Canadian comic. “You deserve to be here. You’re the kind of comedian that could go really far in this, so I want to be the first one to give you a yes.”
|
581 |
+
Last titles:
|
582 |
+
- Wild Bill Wichrowski do 'Deadliest Catch' ficará de fora da 21ª temporada após batalha contra o câncer de próstata
|
583 |
+
- Loni Anderson, estrela de 'WKRP in Cincinnati', morre aos 79 anos
|
584 |
+
- O filme \"esquecido\" do universo \"Invocação do Mal\": entenda por que \"A Maldição da Chorona\" é considerado o pior da franquia
|
585 |
+
- Rose Byrne em colapso: novo filme da A24 é descrito como 'teste de resistência'
|
586 |
+
- Jornada nas Estrelas: como entender a linha do tempo de uma das maiores sagas da ficção
|
587 |
+
- Crise na Mubi: cineastas de peso, incluindo israelenses, exigem boicote por laços com investidor militar
|
588 |
+
- Universo 'Stranger Things' se expande: série animada e peça de teatro são confirmadas
|
589 |
+
- Wandinha: O que já sabemos sobre a 2ª temporada e os boatos que circulam na internet
|
590 |
+
- Novo filme de Park Chan-wook, 'No Other Choice', escala festivais e une estrelas
|
591 |
+
- Homem-Aranha 4: Tom Holland revela novo traje e produção de 'Um Novo Dia' começa com participações surpreendentes
|
592 |
+
- Quarteto Fantástico segue no topo das bilheterias, mas queda preocupa"""
|
593 |
+
|
594 |
+
EXAMPLE_OUTPUT_11 = """{
|
595 |
+
"death_related": false,
|
596 |
+
"political_related": false,
|
597 |
+
"woke_related": false,
|
598 |
+
"spoilers": true,
|
599 |
+
"sensitive_theme": false,
|
600 |
+
"contains_video": false,
|
601 |
+
"is_news_content": true,
|
602 |
+
"relevance": "medium",
|
603 |
+
"brazil_interest": false,
|
604 |
+
"breaking_news": false,
|
605 |
+
"audience_age_rating": 10,
|
606 |
+
"regional_focus": "global",
|
607 |
+
"country_focus": "us",
|
608 |
+
"ideological_alignment": "apolitical",
|
609 |
+
"entity_type": "series",
|
610 |
+
"entity_name": "America's Got Talent",
|
611 |
+
"duplication": false
|
612 |
+
}"""
|
613 |
+
|
614 |
+
EXAMPLE_INPUT_12 = f"""Title: Savannah Guthrie Has Emotional Reunion With Kids Amid ’Today’ Absence
|
615 |
+
Content: Savannah Guthrie returned to Today‘s Studio 1A on Wednesday, August 6, but not before picking up her kids from summer camp.\n\nThe news anchor enjoyed the end of her two-day Today absence by reuniting with her 10-year-old daughter, Vale, and 8-year-old son, Charley. Guthrie shared several photos from the camp pick-up via her Instagram Story on Tuesday, August 5, including individual snaps of herself hugging each of her children and a group selfie the three of them took together.\n\nShe also poked fun at her children by criticizing their hygiene habits. “There is no greater act of motherly love than touching the post-camp retainer 🤢,” she hilariously wrote over a snap of one of the kids’
|
616 |
+
Last titles:
|
617 |
+
- Wild Bill Wichrowski do 'Deadliest Catch' ficará de fora da 21ª temporada após batalha contra o câncer de próstata
|
618 |
+
- Loni Anderson, estrela de 'WKRP in Cincinnati', morre aos 79 anos
|
619 |
+
- O filme \"esquecido\" do universo \"Invocação do Mal\": entenda por que \"A Maldição da Chorona\" é considerado o pior da franquia
|
620 |
+
- Rose Byrne em colapso: novo filme da A24 é descrito como 'teste de resistência'
|
621 |
+
- Jornada nas Estrelas: como entender a linha do tempo de uma das maiores sagas da ficção
|
622 |
+
- Crise na Mubi: cineastas de peso, incluindo israelenses, exigem boicote por laços com investidor militar
|
623 |
+
- Universo 'Stranger Things' se expande: série animada e peça de teatro são confirmadas
|
624 |
+
- Wandinha: O que já sabemos sobre a 2ª temporada e os boatos que circulam na internet
|
625 |
+
- Novo filme de Park Chan-wook, 'No Other Choice', escala festivais e une estrelas
|
626 |
+
- Homem-Aranha 4: Tom Holland revela novo traje e produção de 'Um Novo Dia' começa com participações surpreendentes
|
627 |
+
- Quarteto Fantástico segue no topo das bilheterias, mas queda preocupa
|
628 |
+
- Novo filme de Jim Jarmusch com Adam Driver e Cate Blanchett será distribuído pela MUBI
|
629 |
+
- Tulsa King: 3ª temporada com Sylvester Stallone ganha data de estreia e primeiras imagens"""
|
630 |
+
|
631 |
+
EXAMPLE_OUTPUT_12 = """{
|
632 |
+
"death_related": false,
|
633 |
+
"political_related": false,
|
634 |
+
"woke_related": false,
|
635 |
+
"spoilers": false,
|
636 |
+
"sensitive_theme": false,
|
637 |
+
"contains_video": false,
|
638 |
+
"is_news_content": true,
|
639 |
+
"relevance": "medium",
|
640 |
+
"brazil_interest": false,
|
641 |
+
"breaking_news": false,
|
642 |
+
"audience_age_rating": 10,
|
643 |
+
"regional_focus": "americas",
|
644 |
+
"country_focus": "us",
|
645 |
+
"ideological_alignment": "apolitical",
|
646 |
+
"entity_type": "person",
|
647 |
+
"entity_name": "Savannah Guthrie",
|
648 |
+
"duplication": false
|
649 |
+
}"""
|
650 |
+
|
651 |
# Estrutura de conversação correta com múltiplos exemplos
|
652 |
contents = [
|
653 |
# Primeiro exemplo
|
|
|
780 |
types.Part.from_text(text=EXAMPLE_OUTPUT_10)
|
781 |
]
|
782 |
),
|
783 |
+
types.Content(
|
784 |
+
role="user",
|
785 |
+
parts=[
|
786 |
+
types.Part.from_text(text=EXAMPLE_INPUT_11)
|
787 |
+
]
|
788 |
+
),
|
789 |
+
types.Content(
|
790 |
+
role="model",
|
791 |
+
parts=[
|
792 |
+
types.Part.from_text(text=EXAMPLE_OUTPUT_11)
|
793 |
+
]
|
794 |
+
),
|
795 |
+
types.Content(
|
796 |
+
role="user",
|
797 |
+
parts=[
|
798 |
+
types.Part.from_text(text=EXAMPLE_INPUT_12)
|
799 |
+
]
|
800 |
+
),
|
801 |
+
types.Content(
|
802 |
+
role="model",
|
803 |
+
parts=[
|
804 |
+
types.Part.from_text(text=EXAMPLE_OUTPUT_12)
|
805 |
+
]
|
806 |
+
),
|
807 |
# Agora o usuário envia a notícia real para ser analisada
|
808 |
types.Content(
|
809 |
role="user",
|