关于“使用 Vertex AI Gemini API 探索生成式 AI:实验室挑战赛”的评价
2812 条评价
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 核实。