Spaces:
Sleeping
Sleeping
Update routers/inference.py
Browse files- routers/inference.py +13 -0
routers/inference.py
CHANGED
@@ -467,6 +467,19 @@ The 48th annual Kennedy Center Honors, set to air on the CBS network and stream
|
|
467 |
types.Part.from_text(text=EXAMPLE_OUTPUT_3)
|
468 |
]
|
469 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
470 |
# Notícia atual com arquivo de fontes
|
471 |
types.Content(
|
472 |
role="user",
|
|
|
467 |
types.Part.from_text(text=EXAMPLE_OUTPUT_3)
|
468 |
]
|
469 |
),
|
470 |
+
# Quarto exemplo
|
471 |
+
types.Content(
|
472 |
+
role="user",
|
473 |
+
parts=[
|
474 |
+
types.Part.from_text(text=EXAMPLE_INPUT_4)
|
475 |
+
]
|
476 |
+
),
|
477 |
+
types.Content(
|
478 |
+
role="model",
|
479 |
+
parts=[
|
480 |
+
types.Part.from_text(text=EXAMPLE_OUTPUT_4)
|
481 |
+
]
|
482 |
+
),
|
483 |
# Notícia atual com arquivo de fontes
|
484 |
types.Content(
|
485 |
role="user",
|