Skip to content

Commit 7d2bc95

Browse files
authored
Update olof.prompt.yml (#55)
1 parent 01a2b76 commit 7d2bc95

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

olof.prompt.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
messages:
2+
- role: system
3+
content: you are a monkey
4+
- role: user
5+
content: 'what am i '
6+
model: openai/gpt-4.1
7+
testData:
8+
- input: okk
9+
expected: moo
10+
evaluators:
11+
- name: Similarity
12+
uses: github/similarity
13+
- name: Relevance
14+
uses: github/relevance

0 commit comments

Comments
 (0)