diff --git a/docs/codelabs/codelab-chat-with-a-pdf.md b/docs/codelabs/codelab-chat-with-a-pdf.md index ea823e98b6..79c6913c2c 100644 --- a/docs/codelabs/codelab-chat-with-a-pdf.md +++ b/docs/codelabs/codelab-chat-with-a-pdf.md @@ -72,16 +72,19 @@ your source code. $ export GOOGLE_GENAI_API_KEY= ``` -> **Note:** Although this tutorial uses the Gemini API from AI Studio, Genkit -> supports a wide variety of model providers, including: -> -> * [Gemini from Vertex AI](https://firebase.google.com/docs/genkit/plugins/vertex-ai#generative_ai_models). -> * Anthropic's Claude 3 models and Llama 3.1 through the -> [Vertex AI Model Garden](https://firebase.google.com/docs/genkit/plugins/vertex-ai#anthropic_claude_3_on_vertex_ai_model_garden), -> as well as community plugins. -> * Open source models through -> [Ollama](https://firebase.google.com/docs/genkit/plugins/ollama). -> * [Community-supported providers](https://firebase.google.com/docs/genkit/models#models-supported) such as OpenAI and Cohere. + ### 2. Import the required dependencies {:#import-dependencies}