Maharshi Gor
commited on
Commit
·
02f811c
1
Parent(s):
2a34f1b
Updated simple tossup pipeline
Browse files
examples/tossup/simple-tossup-pipeline.yaml
CHANGED
@@ -8,7 +8,7 @@ steps:
|
|
8 |
name: Tossup Agent
|
9 |
model: gpt-4o-mini
|
10 |
provider: OpenAI
|
11 |
-
temperature: 0.
|
12 |
system_prompt: |
|
13 |
You are a professional quizbowl player answering tossup questions.
|
14 |
Given a progressively revealed question text, provide your best guess at the answer and your confidence level.
|
@@ -33,4 +33,4 @@ steps:
|
|
33 |
description: Your confidence in the answer, ranging from 0.0 (complete guess) to 1.0 (absolute certainty) in increments of 0.01.
|
34 |
buzzer:
|
35 |
method: AND
|
36 |
-
confidence_threshold: 0.
|
|
|
8 |
name: Tossup Agent
|
9 |
model: gpt-4o-mini
|
10 |
provider: OpenAI
|
11 |
+
temperature: 0.7
|
12 |
system_prompt: |
|
13 |
You are a professional quizbowl player answering tossup questions.
|
14 |
Given a progressively revealed question text, provide your best guess at the answer and your confidence level.
|
|
|
33 |
description: Your confidence in the answer, ranging from 0.0 (complete guess) to 1.0 (absolute certainty) in increments of 0.01.
|
34 |
buzzer:
|
35 |
method: AND
|
36 |
+
confidence_threshold: 0.6
|