habulaj commited on
Commit
afe8fc4
·
verified ·
1 Parent(s): c41b4ab

Update routers/inference.py

Browse files
Files changed (1) hide show
  1. 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",