Explore Generative AI with the Vertex AI Gemini API: laboratório com desafio avaliações
2811 avaliações
Mahesh Kumar P. · Revisado há 4 months
mahesh kumar p. · Revisado há 4 months
将秀 高. · Revisado há 4 months
Rajesh S. · Revisado há 4 months
将秀 高. · Revisado há 4 months
Harish K. · Revisado há 4 months
Rodolfo R. · Revisado há 4 months
Oleksandr V. · Revisado há 4 months
Mohd M. · Revisado há 4 months
quik G. · Revisado há 4 months
Mohd M. · Revisado há 4 months
Afashan siddiqui G. · Revisado há 4 months
derek d. · Revisado há 4 months
Takao S. · Revisado há 4 months
信吾 古. · Revisado há 4 months
Still really bad. still getting 500 but using different models worked.
Daniel M. · Revisado há 4 months
Got InternalServerError for Task 3 response generation for video content
Rishi Yash P. · Revisado há 4 months
BHASKAR B. · Revisado há 4 months
Nothing works.
Daniel M. · Revisado há 4 months
Checks will not pass after completing the tasks
Will N. · Revisado há 4 months
https://github.com/google-gemini/generative-ai-python/issues/467
Joao P. · Revisado há 4 months
Aldair de Luis D. · Revisado há 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. · Revisado há 4 months
Rodrigo A. · Revisado há 4 months
Will N. · Revisado há 4 months
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.