fruitpicker01 commited on
Commit
8b77c1b
·
verified ·
1 Parent(s): 2c16666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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),