We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa5847 commit 5fb4f2bCopy full SHA for 5fb4f2b
skythought/evals/inference_and_check.py
@@ -237,7 +237,7 @@ def generate_responses_for_dataset(
237
# Prepare conversations
238
conversations = handler.make_conversations(
239
remaining_data,
240
- str(model_config.system_prompt),
+ str(model_config.system_prompt) if model_config.system_prompt else None,
241
model_config.user_template,
242
model_config.assistant_prefill,
243
)
0 commit comments