Skip to content

Commit

Permalink
docs: added a link to Llama 3.1 API Service in model garden (firebase…
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored Jul 23, 2024
1 parent 748519e commit f6524e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/vertex-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ const llmResponse = await generate({

#### Llama 3.1 405b on Vertex AI Model Garden

If you have access to Llama 3.1 405b in Vertex AI Model Garden you can use it with Genkit.
First you'll need to enable [Llama 3.1 API Service](https://console.cloud.google.com/vertex-ai/publishers/meta/model-garden/llama3-405b-instruct-maas) in Vertex AI Model Garden.

Here's sample configuration for enabling Vertex AI Model Garden models:
Here's sample configuration for Llama 3.1 405b in Vertex AI plugin:

```js
import { vertexAI, llama3 } from '@genkit-ai/vertexai';
Expand Down

0 comments on commit f6524e1

Please sign in to comment.