Skip to content
Merged
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: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ See the following code samples for a concrete idea of how to use these capabilit

- {Prompt template}

```none
```yaml
---
model: vertexai/gemini-1.5-flash
config:
Expand All @@ -170,7 +170,7 @@ See the following code samples for a concrete idea of how to use these capabilit
location: a restaurant
---

You are the world's most welcoming AI assistant and are currently working at {% verbatim %}{{location}}{% endverbatim %}.
You are the most welcoming AI assistant and are currently working at {% verbatim %}{{location}}{% endverbatim %}.

Greet a guest{% verbatim %}{{#if name}}{% endverbatim %} named {% verbatim %}{{name}}{% endverbatim %}{% verbatim %}{{/if}}{% endverbatim %}{% verbatim %}{{#if style}}{% endverbatim %} in the style of {% verbatim %}{{style}}{% endverbatim %}{% verbatim %}{{/if}}{% endverbatim %}.
```
Expand Down Expand Up @@ -202,4 +202,4 @@ Genkit provides a command-line interface (CLI) and a local Developer UI to make

Learn how to build your first AI application with Genkit in our [Get started](/docs/genkit/get-started) guide.

{% endblock %}
{% endblock %}