generative-ai-docs icon indicating copy to clipboard operation
generative-ai-docs copied to clipboard

Documentation for Google's Gen AI site - including the Gemini API and Gemma

Results 123 generative-ai-docs issues
Sort by recently updated
recently updated
newest added

### Description of the bug: My python code looks like this: ``` response = await model.generate_content_async( prompt, generation_config={ 'temperature': 0.0, 'max_output_tokens': expectedOutputTokens }, safety_settings={ "HARM_CATEGORY_DANGEROUS": "block_none", "HARM_CATEGORY_HARASSMENT": "block_none", "HARM_CATEGORY_HATE_SPEECH": "block_none",...

type:bug

### Description of the bug: I installed app as given instruction, build was successful as well, but when I am hit web url for application, It is giving me this...

type:bug
demos:travel-planner
component:demos

### Description of the feature request: If I understand correctly, only Python and REST API docs have been made avaliable. This makes it incredibly difficult to learn how to use...

type:feature request

## Description of the change ## Motivation ## Type of change Choose one: (Bug fix | Feature request | Documentation | Other) ## Checklist - [ ] I have performed...

### Description of the bug: In page: https://ai.google.dev/gemma/docs/gemma_chat There is a link to github (this repository) https://github.com/google/generative-ai-docs/blob/main/site/en/gemma/docs/gemma_chat.ipynb and also a run in colab: https://colab.research.google.com/github/google/generative-ai-docs/blob/main/site/en/gemma/docs/gemma_chat.ipynb but the notebook is missing. ###...

type:bug
status:triaged
component:documentation

Gemini refers to itself as Bard or Chat GPT. https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221w5HoyeIvM8jxrFfWqqUqGnm0cU4i7iLh%22%5D,%22action%22:%22open%22,%22userId%22:%22100204558454174478902%22,%22resourceKeys%22:%7B%7D%7D&usp=sharing ![gemini-bard1](https://github.com/google/generative-ai-docs/assets/148639205/5447b595-dafd-473a-8d7b-8392a72f251f) ![gem-chatgpt](https://github.com/google/generative-ai-docs/assets/148639205/565c77bd-8691-4aec-998d-105d220fef80)

status:awaiting user response
type:help
component:support

### Description of the bug: Hello Dears, I implement a question generator agent with Gemini (model= gemini-pro) and it was working properly till last week and from then I am...

type:bug
status:awaiting user response
component:support

### Description of the bug: File where the issue exists: examples/gemini/python/langchain/Gemini_LangChain_Summarization_WebLoad.ipynb Code Snippet: stuff_chain = ( # Extract data from the documents and add to the key `text`. { "text":...

type:bug
status:awaiting user response
component:documentation

## Description of the change Fixed spelling error in documentation ## Motivation Change was required because it might confuse someone else reading the documentation ## Type of change Choose one:...

status:awaiting review
component:documentation

Bumps the pip group with 3 updates in the /examples/gemini/python/docs-agent directory: [tqdm](https://github.com/tqdm/tqdm), [black](https://github.com/psf/black) and [requests](https://github.com/psf/requests). Updates `tqdm` from 4.66.2 to 4.66.3 Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable...

dependencies
status:awaiting review
python