Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1007,11 +1007,11 @@ def adapt_messages_and_perform_checks(
|
|
1007 |
)
|
1008 |
if last_adaptation_result:
|
1009 |
# Выполнение проверок на адаптированных сообщениях
|
1010 |
-
checks_gigachat_pro = perform_checks(last_adaptation_result[0])
|
1011 |
-
checks_gigachat_lite = perform_checks(last_adaptation_result[1])
|
1012 |
-
checks_gigachat_plus = perform_checks(last_adaptation_result[2])
|
1013 |
-
checks_gpt4o = perform_checks(last_adaptation_result[3])
|
1014 |
-
checks_meta_llama_405b = perform_checks(last_adaptation_result[4])
|
1015 |
formatted_checks = [
|
1016 |
format_checks(checks_gigachat_pro),
|
1017 |
format_checks(checks_gigachat_lite),
|
|
|
1007 |
)
|
1008 |
if last_adaptation_result:
|
1009 |
# Выполнение проверок на адаптированных сообщениях
|
1010 |
+
checks_gigachat_pro = perform_checks(last_adaptation_result[0], description, key_message)
|
1011 |
+
checks_gigachat_lite = perform_checks(last_adaptation_result[1], description, key_message)
|
1012 |
+
checks_gigachat_plus = perform_checks(last_adaptation_result[2], description, key_message)
|
1013 |
+
checks_gpt4o = perform_checks(last_adaptation_result[3], description, key_message)
|
1014 |
+
checks_meta_llama_405b = perform_checks(last_adaptation_result[4], description, key_message)
|
1015 |
formatted_checks = [
|
1016 |
format_checks(checks_gigachat_pro),
|
1017 |
format_checks(checks_gigachat_lite),
|