Відгуки: Explore Generative AI with the Gemini API in Vertex AI: Challenge Lab
2814 відгуків
Seems like Task 2 isn't finished. It only goes to getting the function that needs to be called but doesn't show the function calling code. # Task 3.2 Generate a video description # In this cell, update the prompt to ask Gemini to describe the video URL referenced. # You can use the documentation at the following link to assist. # https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/sdk-for-gemini/gemini-sdk-overview-reference#generate-content-from-video # # Video URI: gs://github-repo/img/gemini/multimodality_usecases_overview/mediterraneansea.mp4 # prompt = """ What is shown in this video? Where should I go to see it? What are the top 5 places in the world that look like this? """ video = Part.from_uri( uri="gs://github-repo/img/gemini/multimodality_usecases_overview/mediterraneansea.mp4", mime_type="video/mp4", ) contents = [video, prompt] responses = multimodal_model.generate_content(contents, stream=True) print("-------Prompt--------") print_multimodal_prompt(contents) print("\n-------Response--------") for response in responses: print(response.text, end="")
Daniel M. · Відгук надано 4 місяці тому
Rodrigo A. · Відгук надано 4 місяці тому
Will N. · Відгук надано 4 місяці тому
shubham V. · Відгук надано 4 місяці тому
Sanjay J. · Відгук надано 4 місяці тому
good
Anand D. · Відгук надано 4 місяці тому
__MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.PERMISSION_DENIED error on using model.generate_content for Gemini Vision Pro model....Need to relook workbench configuration parameters.
Sunil R. · Відгук надано 4 місяці тому
礼 小. · Відгук надано 4 місяці тому
悠斗 福. · Відгук надано 4 місяці тому
Lab is good, but unable to capture the results, so can't mark task as completed. Retried dozen of times, so finally closing the lab.
Narendra K. · Відгук надано 4 місяці тому
Damodhar J. · Відгук надано 4 місяці тому
Thanks
Adolfo Camacho .. · Відгук надано 4 місяці тому
BHASKAR B. · Відгук надано 4 місяці тому
BHASKAR B. · Відгук надано 4 місяці тому
Divya S. · Відгук надано 4 місяці тому
Yash M. · Відгук надано 4 місяці тому
Satyakam M. · Відгук надано 4 місяці тому
Sucharita S. · Відгук надано 4 місяці тому
Indra R. · Відгук надано 4 місяці тому
Good
Dr. Veera B D. · Відгук надано 4 місяці тому
Prakash V. · Відгук надано 4 місяці тому
Vikas V. · Відгук надано 4 місяці тому
Some weird permissions error on the final task made it very hard to complete
Zain N. · Відгук надано 4 місяці тому
Vikas V. · Відгук надано 4 місяці тому
Bala s. · Відгук надано 4 місяці тому
Ми не гарантуємо, що опубліковані відгуки написали клієнти, які придбали продукти чи скористалися ними. Відгуки не перевіряються Google.