File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3131import textgen_with_mute_video
3232import textgen_with_pdf
3333import textgen_with_txt
34+ import textgen_with_txt_2_0_flash_lite
35+ import textgen_with_txt_2_0_pro
3436import textgen_with_txt_img
3537import textgen_with_txt_stream
3638import textgen_with_video
@@ -135,3 +137,13 @@ def test_textgen_with_local_video() -> None:
135137def test_textgen_with_youtube_video () -> None :
136138 response = textgen_with_youtube_video .generate_content ()
137139 assert response
140+
141+
142+ def test_textgen_with_txt_2_0_flash_lite () -> None :
143+ response = textgen_with_txt_2_0_flash_lite .generate_content ()
144+ assert response
145+
146+
147+ def test_textgen_with_txt_2_0_pro () -> None :
148+ response = textgen_with_txt_2_0_pro .generate_content ()
149+ assert response
You can’t perform that action at this time.
0 commit comments