Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -480,10 +480,10 @@ with gr.Blocks() as demo:
|
|
480 |
description_input,
|
481 |
advantages_input,
|
482 |
*selections,
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
],
|
488 |
outputs=[prompt_display, output_text_gpt4o, output_text_gigachat_pro, output_text_gigachat_lite, output_text_gigachat_plus]
|
489 |
)
|
@@ -546,7 +546,7 @@ with gr.Blocks() as demo:
|
|
546 |
selections[3], # Стадия бизнеса
|
547 |
selections[4], # Отрасль
|
548 |
selections[5], # ОПФ
|
549 |
-
|
550 |
],
|
551 |
outputs=None
|
552 |
)
|
|
|
480 |
description_input,
|
481 |
advantages_input,
|
482 |
*selections,
|
483 |
+
gpt4o_temp,
|
484 |
+
gigachat_pro_temp,
|
485 |
+
gigachat_lite_temp,
|
486 |
+
gigachat_plus_temp
|
487 |
],
|
488 |
outputs=[prompt_display, output_text_gpt4o, output_text_gigachat_pro, output_text_gigachat_lite, output_text_gigachat_plus]
|
489 |
)
|
|
|
546 |
selections[3], # Стадия бизнеса
|
547 |
selections[4], # Отрасль
|
548 |
selections[5], # ОПФ
|
549 |
+
gpt4o_temp # Передача температуры
|
550 |
],
|
551 |
outputs=None
|
552 |
)
|