Niraj Singh
Niraj Singh
@Annie29, The error is because of dependency issues and can be ignored. The notebook should run without any issues. Please let us know if you faces any issues running the...
@miguelsolorio, The [Python quickstart](https://github.com/google/generative-ai-docs/blob/ebdfedaadf5c96d5240cac53fd81a0c042eced48/site/en/gemini-api/docs/get-started/python.ipynb) tutorial has been moved to other location and I have created a PR to address the broken links. Thanks.
@xinyij-goo, Please follow [Gemini API: OAuth Quickstart](https://github.com/googlegemini/cookbook/blob/main/quickstarts/Authentication_with_OAuth.ipynb) tutorial. I have created and linked a PR to update the broken links. Thank you!
@zzj0402, This repository is for issues related to website(https://ai.google.dev/) like documentation bugs or improvements. For issues related to AI Studio, we would suggest you to use "Send Feedback" option in...
@helai78, As shown in documentation, Supported text formats are noted [here](https://ai.google.dev/gemini-api/docs/prompting_with_media?lang=python#plain_text_formats). Gemini API won't support PDF file, as `application/pdf` MIME type is not supported yet. Alternatively, you can use AI...
@tongshencmu, Thank you reporting this issue. This repository is for issues related to collection of guides and examples for the Gemini API like bugs or improvements. For issues related to...
@eawlot3000, Thank you reporting this issue. This repository is for issues related to collection of guides and examples for the Gemini API like bugs or improvements. For issues related to...
@quick007, The links to all tutorials have been fixed in [Gemini API CookBook](https://ai.google.dev/gemini-api/cookbook) page. Please try out and let us know if you face any issues. Thank you!
@gwpl, Thank you reporting this issue. This repository is for issues related to collection of guides and examples for the Gemini API like bugs or improvements. For issues related to...
Hi @zywind , As mentioned [here](https://github.com/tensorflow/model-analysis/blob/master/g3doc/get_started.md), for distributed evaluation, we use `tfma.ExtractEvaluateAndWriteResults`. Please refer to this [example notebook](https://www.tensorflow.org/responsible_ai/fairness_indicators/tutorials/Facessd_Fairness_Indicators_Example_Colab) let me know if this resolves your issue. Thank you.