Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-1281/gemini credentials don't use custom host #2773

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/integrations/builtin/credentials/googleai.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@
- The API **Host** URL: Both PaLM and Gemini use the default `https://generativelanguage.googleapis.com`.
- An **API Key**: Create a key in [Google AI Studio](https://makersuite.google.com/app/apikey){:target=_blank .external-link}.

/// warning | Custom hosts not supported
The related nodes do not currently support custom hosts or proxies for the API host and must use 'https://generativelanguage.googleapis.com'.

Check failure on line 39 in docs/integrations/builtin/credentials/googleai.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-microsoft.Contractions] Use 'don't' instead of 'do not'. Raw Output: {"message": "[from-microsoft.Contractions] Use 'don't' instead of 'do not'.", "location": {"path": "docs/integrations/builtin/credentials/googleai.md", "range": {"start": {"line": 39, "column": 19}}}, "severity": "ERROR"}

Check warning on line 39 in docs/integrations/builtin/credentials/googleai.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-write-good.Weasel] 'currently' is a weasel word! Raw Output: {"message": "[from-write-good.Weasel] 'currently' is a weasel word!", "location": {"path": "docs/integrations/builtin/credentials/googleai.md", "range": {"start": {"line": 39, "column": 26}}}, "severity": "WARNING"}
///

To create an API key:

1. Go to the API Key page in Google AI Studio: [https://makersuite.google.com/app/apikey](https://makersuite.google.com/app/apikey){:target=_blank .external-link}.
2. Select **Create API Key**.
3. You can choose whether to **Create API key in new project** or search for an existing Google Cloud project to **Create API key in existing project**.
4. Copy the generated API key and add it to your n8n credential.
4. Copy the generated API key and add it to your n8n credential.
Loading