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 change Added an example showing how to use Gemini models with LangChain.js in Node.js. ## Motivation LangChain is a popular framework for developing LLM apps. This...
## Description of the change Added a new ipynb notebook to show the Gemini integration with LangChain ## Motivation ## Type of change Other ## Checklist - [x] I have...
### Description of the bug: [GoogleGenerativeAI Error]: Candidate was blocked due to SAFETY result.response.candidates[0].safetyRatings has the following value ``` [ { category: 'HARM_CATEGORY_SEXUALLY_EXPLICIT', probability: 'LOW' }, { category: 'HARM_CATEGORY_HATE_SPEECH', probability:...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Hi everyone, I'm very new to this. I have a question. After I fine-tune a model through PaLM API on my own dataset how do I share my tuned model...
### Description of the bug: Using the Gemini Pro API, If you have a function definition like this: ``` { name: "myFunction", parameters: { type: "object", properties: { choices: {...
### Description of the bug: I get lots of intermittent 500 errors (lots and lots!) but this request gives consistent 500 errors: ```json {"contents": [ {"role":"user","parts":[{"text":""},{"text":""}]} ], "tools":[{"functionDeclarations":[{"name":"locationFamilyInfo","description":"Identify the status/classes...
This is pretty basic, but I find myself coming back to it, especially for sharing tuned models with service accounts. Adding it to the repo in case it's helpful for...
## Description of the change ## Motivation ## Type of change Choose one: (Bug fix | Feature request | Documentation | Other) ## Checklist - [x] I have performed a...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...