关于“Explore Generative AI with the Vertex AI Gemini API:挑戰實驗室”的评价
评论
Atul P. · 评论4 months之前
Mahesh Kumar P. · 评论4 months之前
mahesh kumar p. · 评论4 months之前
将秀 高. · 评论4 months之前
Rajesh S. · 评论4 months之前
将秀 高. · 评论4 months之前
Harish K. · 评论4 months之前
Rodolfo R. · 评论4 months之前
Oleksandr V. · 评论4 months之前
Mohd M. · 评论4 months之前
quik G. · 评论4 months之前
Mohd M. · 评论4 months之前
Afashan siddiqui G. · 评论4 months之前
derek d. · 评论4 months之前
Takao S. · 评论4 months之前
信吾 古. · 评论4 months之前
Still really bad. still getting 500 but using different models worked.
Daniel M. · 评论4 months之前
Got InternalServerError for Task 3 response generation for video content
Rishi Yash P. · 评论4 months之前
BHASKAR B. · 评论4 months之前
Nothing works.
Daniel M. · 评论4 months之前
Checks will not pass after completing the tasks
Will N. · 评论4 months之前
https://github.com/google-gemini/generative-ai-python/issues/467
Joao P. · 评论4 months之前
Aldair de Luis D. · 评论4 months之前
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 months之前
Rodrigo A. · 评论4 months之前
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。