Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ example, to generate an image using the Imagen2 model through Vertex AI:
#### Learn more about Genkit

- As an app developer, the primary way you influence the output of generative AI
models is through prompting. Read [Prompt management](dotpronpt) to learn how
models is through prompting. Read [Prompt management](dotprompt.md) to learn how
Genkit helps you develop effective prompts and manage them in your codebase.
- Although `generate()` is the nucleus of every generative AI powered
application, real-world applications usually require additional work before
Expand Down