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
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In your `prompts` directory, create a file like `prompts/hello.prompt`:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
sources:
fetch:
Expand Down Expand Up @@ -79,7 +79,7 @@ dataprompt supports triggers to automatically execute prompts. The most common a

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
trigger:
schedule:
Expand Down Expand Up @@ -163,7 +163,7 @@ The dotprompt format defines several properties:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
input:
# not needed in data.prompt
# input is generated from the sources and the request
Expand Down Expand Up @@ -232,7 +232,7 @@ Example:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
sources:
fetch:
Expand All @@ -255,7 +255,7 @@ Example:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
sources:
fetch:
Expand Down Expand Up @@ -307,7 +307,7 @@ Example:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
output:
schema: ExampleSchema
---
Expand Down Expand Up @@ -347,7 +347,7 @@ Example:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
trigger:
schedule:
Expand Down Expand Up @@ -611,7 +611,7 @@ Example:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
sources:
firestore:
Expand All @@ -638,7 +638,7 @@ Example:
```hbs
---
# File: /prompts/hn/[page].prompt
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
sources:
fetch:
Expand Down Expand Up @@ -685,7 +685,7 @@ Example (string):

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
sources:
fetch:
Expand All @@ -703,7 +703,7 @@ Example (object):

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
sources:
fetch:
Expand Down Expand Up @@ -745,7 +745,7 @@ Example:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
trigger:
schedule:
Expand Down Expand Up @@ -793,7 +793,7 @@ Example:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
sources:
fs:
Expand All @@ -813,7 +813,7 @@ Example:

```hbs
---
model: googleai/gemini-2.0-flash
model: googleai/gemini-2.5-flash
data.prompt:
result:
fs:
Expand Down