Skip to content

Commit ec96c99

Browse files
authored
Merge pull request #18 from wkukka1/promptfoo-config-cleanup
Removed submission type from promptfoo config files
2 parents a87788e + 4eb9fb9 commit ec96c99

File tree

10 files changed

+0
-11
lines changed

10 files changed

+0
-11
lines changed

promptfoo/promptfoo_test_runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ def call_api(prompt: str, context: dict, metadata: dict) -> dict:
3838
options['prompt'],
3939
"--llama_mode",
4040
"server",
41-
'--submission_type',
42-
submission_type,
4341
"--output_template",
4442
"response_and_prompt",
4543
]

promptfoo/tests/codellama_tests/codellama_code_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: codellama:latest
77
scope: code
8-
submission_type: python
98

109
scenarios:
1110
- config:

promptfoo/tests/deepseek_r1_tests/deepseek_r1_code_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: deepSeek-R1:70B
77
scope: code
8-
submission_type: python
98

109
scenarios:
1110
- config:

promptfoo/tests/deepseek_r1_tests/deepseek_r1_text_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: deepSeek-R1:70B
77
scope: text
8-
submission_type: pdf
98

109
scenarios:
1110
- config:

promptfoo/tests/deepseek_v3_tests/deepseek_v3_code_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: deepSeek-v3
77
scope: code
8-
submission_type: python
98

109
scenarios:
1110
- config:

promptfoo/tests/deepseek_v3_tests/deepseek_v3_text_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: deepSeek-v3
77
scope: text
8-
submission_type: pdf
98

109
scenarios:
1110
- config:

promptfoo/tests/llama_3.2_vision_tests/llama_3.2_vision_image_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: llama3.2-vision:90b
77
scope: image
8-
submission_type: jupyter
98

109
scenarios:
1110
- config:

promptfoo/tests/llama_3.2_vision_tests/llama_3.2_vision_image_tests_with_system_prompt.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: llama3.2-vision:90b
77
scope: image
8-
submission_type: jupyter
98
system_prompt: image_style_grader
109

1110
scenarios:

promptfoo/tests/llava_tests/llava_34b_image_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: llava:34b
77
scope: image
8-
submission_type: jupyter
98

109
scenarios:
1110
- config:

promptfoo/tests/llava_tests/llava_34b_image_tests_with_system_prompt.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaultTest:
55
vars:
66
model: llava:34b
77
scope: image
8-
submission_type: jupyter
98
system_prompt: "You are a teaching-assistant for an undergraduate Data-Visualization course. A student submits one figure (PNG/JPG/PDF screenshot) with no accompanying text."
109

1110
scenarios:

0 commit comments

Comments
 (0)