Spaces:
Sleeping
Sleeping
Update configs/models_config.py
Browse files- 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
|
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 |
|