리뷰 Explore Generative AI with the Vertex AI Gemini API: 챌린지 실습개
로드 중...
검색 결과가 없습니다.

    리뷰 Explore Generative AI with the Vertex AI Gemini API: 챌린지 실습개

    리뷰 2817개

    Akash Deep V. · 4개월 전에 리뷰됨

    Anthony P. · 4개월 전에 리뷰됨

    Jordan I. · 4개월 전에 리뷰됨

    Ferry Yun K. · 4개월 전에 리뷰됨

    Tomy Ivan S. · 4개월 전에 리뷰됨

    David H. · 4개월 전에 리뷰됨

    S. Shaun B. · 4개월 전에 리뷰됨

    Muhamad Anggara R. · 4개월 전에 리뷰됨

    ANKIT B. · 4개월 전에 리뷰됨

    Abdul M. · 4개월 전에 리뷰됨

    Sreenivasan R. · 4개월 전에 리뷰됨

    face : Permission denied while accessing input file. Learn more about providing the appropriate credentials

    Muhammad Nadeem N. · 5개월 전에 리뷰됨

    ffgffdg

    DIVYA S. · 5개월 전에 리뷰됨

    Felipe M. · 5개월 전에 리뷰됨

    Sanjana S. · 5개월 전에 리뷰됨

    Pedro D. · 5개월 전에 리뷰됨

    Surabhi A. · 5개월 전에 리뷰됨

    Anuj G. · 5개월 전에 리뷰됨

    Anuj G. · 5개월 전에 리뷰됨

    I keep getting a 500 for Task 3.2 # 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. · 5개월 전에 리뷰됨

    saket s. · 5개월 전에 리뷰됨

    DIVYA S. · 5개월 전에 리뷰됨

    Issues with access permissions to the bucket with video

    Andrzej B. · 5개월 전에 리뷰됨

    Nithya K. · 5개월 전에 리뷰됨

    This lab is broken (getting internal errors for task3 ) task 2 completed and I can see the results and it is not considering it correct. I know what I've done is correct because the results are verbatim in the previous two labs intro_multimodal_use_cases.ipynb and the Function calling lab intro_function_calling.ipynb Fix this pls!

    Anthony Y. · 5개월 전에 리뷰됨

    Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.