generative-ai-docs
generative-ai-docs copied to clipboard
Documentation for Google's Gen AI site - including the Gemini API and Gemma
### 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",...
### 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...
### 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...
## 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. ###...
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  
### 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...
### 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":...
## 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:...
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...