Skip to content

Commit a7f55ef

Browse files
sgrebnovlukekim
authored andcommitted
Fix evals docs (llm judje parameterized prompt)
1 parent ed049e0 commit a7f55ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • website/docs/features/large-language-models

website/docs/features/large-language-models/evals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ models:
133133
system_prompt: |
134134
Score these two stories between 0.0 and 1.0 based on how similar their moral lesson is.
135135
136-
Story A: {{ .actual }}
137-
Story B: {{ .ideal }}
136+
Story A: {{ actual }}
137+
Story B: {{ ideal }}
138138
openai_response_format:
139139
type: json_schema
140140
json_schema:

0 commit comments

Comments
 (0)