Skip to content

Commit

Permalink
Merge pull request #1059 from Ikaros-521/owner
Browse files Browse the repository at this point in the history
修复:补充遗漏的火山引擎 显隐开关功能
  • Loading branch information
Ikaros-521 authored Nov 14, 2024
2 parents a0859e5 + 9bcbd99 commit aba008d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3293,6 +3293,7 @@ def update_config(config_mapping, config, config_data, type="common_config"):
"custom_llm": (switch_webui_show_card_llm_custom_llm, 'bool'),
"llm_tpu": (switch_webui_show_card_llm_llm_tpu, 'bool'),
"dify": (switch_webui_show_card_llm_dify, 'bool'),
"volcengine": (switch_webui_show_card_llm_volcengine, 'bool'),
},
"tts": {
"edge-tts": (switch_webui_show_card_tts_edge_tts, 'bool'),
Expand Down

0 comments on commit aba008d

Please sign in to comment.