File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 694694 " request_options={\" timeout\" : 600})\n " ,
695695 " \n " ,
696696 " # Print the response, rendering any Markdown\n " ,
697- " Markdown(\" > \" + response.text)"
697+ " Markdown(response.text)"
698698 ]
699699 },
700700 {
726726 " print(\" Making LLM inference request...\" )\n " ,
727727 " response = model.generate_content([prompt, video_file],\n " ,
728728 " request_options={\" timeout\" : 600})\n " ,
729- " Markdown(\" > \" + response.text)"
729+ " Markdown(response.text)"
730730 ]
731731 },
732732 {
762762 " print(\" Making LLM inference request...\" )\n " ,
763763 " response = model.generate_content([video_file, prompt],\n " ,
764764 " request_options={\" timeout\" : 600})\n " ,
765- " Markdown(\" > \" + response .text)"
765+ " Markdown(esponse .text)"
766766 ]
767767 },
768768 {
You can’t perform that action at this time.
0 commit comments