From acdc8c521ff4584b46a02cb7e0e600d92a319783 Mon Sep 17 00:00:00 2001 From: Codecrafters technology <235848088+rananisarsb51214-web@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:32:41 +0500 Subject: [PATCH] =?UTF-8?q?Rename=20README.md=20to=20README.md=20Actions?= =?UTF-8?q?=20Projects=20Models=20Security=20You=E2=80=99re=20making=20cha?= =?UTF-8?q?nges=20in=20a=20project=20you=20don=E2=80=99t=20have=20write=20?= =?UTF-8?q?access=20to.=20Submitting=20a=20change=20will=20write=20it=20to?= =?UTF-8?q?=20a=20new=20branch=20in=20your=20fork=20rananisarsb51214-web/c?= =?UTF-8?q?opilot-cli,=20so=20you=20can=20send=20a=20pull=20request.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from google import genai ‎import time ‎import requests ‎client = genai.Client() ‎ ‎# 1. Download the file ‎https://github.com/rananisarsb51214-web/AdVantage-AI-Studio-/raw/refs/heads/main/assets/cats-and-dogs.jpg" ‎response = requests.get(url) ‎with open("cats-and-dogs.jpg", "wb") as f: ‎    f.write(response.content) ‎ ‎# 2. Upload to Gemini Files API ‎file GoogleGenAI({"AIzaSyB03dB9Ot0thSUWZvDbhptLx_NVxn9Y2v0")= client.files.upload(file="cats-and-dogs.jpg") ‎ --- .../copilot-cli, so you can send a pull request." | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => "README.md Actions Projects Models Security You\342\200\231re making changes in a project you don\342\200\231t have write access to. Submitting a change will write it to a new branch in your fork rananisarsb51214-web/copilot-cli, so you can send a pull request." (100%) diff --git a/README.md "b/README.md Actions Projects Models Security You\342\200\231re making changes in a project you don\342\200\231t have write access to. Submitting a change will write it to a new branch in your fork rananisarsb51214-web/copilot-cli, so you can send a pull request." similarity index 100% rename from README.md rename to "README.md Actions Projects Models Security You\342\200\231re making changes in a project you don\342\200\231t have write access to. Submitting a change will write it to a new branch in your fork rananisarsb51214-web/copilot-cli, so you can send a pull request."