rohansampath commited on
Commit
4114529
·
verified ·
1 Parent(s): 7ec44b5

Update configs/models_config.py

Browse files
Files changed (1) hide show
  1. configs/models_config.py +1 -1
configs/models_config.py CHANGED
@@ -121,7 +121,7 @@ def validate_model_configs(model1, model1_shots, model1_regex, model1_flash,
121
  model1_shots == model2_shots and
122
  model1_regex == model2_regex and
123
  model1_flash == model2_flash):
124
- return False, "⚠️ **Error**: Both models and configurations are identical. Please select different models or configurations for comparison."
125
 
126
  return True, ""
127
 
 
121
  model1_shots == model2_shots and
122
  model1_regex == model2_regex and
123
  model1_flash == model2_flash):
124
+ return False, "⚠️ **Error**: Both configurations are identical. Please select different configurations (e.g., number of few-shot examples) for comparison."
125
 
126
  return True, ""
127