Skip to content

Commit

Permalink
Merge pull request #699 from Ikaros-521/owner
Browse files Browse the repository at this point in the history
chatgpt配置项 大标题补充说明兼容的项目和模型
  • Loading branch information
Ikaros-521 committed Mar 13, 2024
2 parents 3e8771b + daa1ce3 commit e9e41ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@ def common_textarea_handle(content):
with ui.tab_panel(llm_page).style(tab_panel_css):
if config.get("webui", "show_card", "llm", "chatgpt"):
with ui.card().style(card_css):
ui.label("ChatGPT/闻达")
ui.label("ChatGPT | 闻达 | ChatGLM3 | Kimi Chat | One-API等OpenAI接口模型 ")
with ui.row():
input_openai_api = ui.input(label='API地址', placeholder='API请求地址,支持代理', value=config.get("openai", "api")).style("width:200px;")
textarea_openai_api_key = ui.textarea(label='API密钥', placeholder='API KEY,支持代理', value=textarea_data_change(config.get("openai", "api_key"))).style("width:400px;")
Expand Down

0 comments on commit e9e41ed

Please sign in to comment.