Skip to content

Commit 59ca252

Browse files
committed
Refactor test_generate.yml by nesting temperature under modelParameters for improved structure
1 parent 178d921 commit 59ca252

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/test_generate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Funny Joke Test
22
description: A test prompt for analyzing jokes
33
model: openai/gpt-4o-mini
4-
temperature: 0.2
4+
modelParameters:
5+
temperature: 0.2
56
messages:
67
- role: system
78
content: |

0 commit comments

Comments
 (0)