From 2ee59d86774cea253b73ec8f78ecaeb3e92ff4fb Mon Sep 17 00:00:00 2001 From: ZhuJW <1421267742@qq.com> Date: Thu, 12 Mar 2026 15:53:34 +0800 Subject: [PATCH] fix --- frontend/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app.py b/frontend/app.py index e1b00f5..11d06b0 100644 --- a/frontend/app.py +++ b/frontend/app.py @@ -177,7 +177,7 @@ def main(): api_key = st.text_input("API Key", type="password", value=os.getenv("DASHSCOPE_API_KEY", "")) model = st.selectbox("模型", ["qwen3.5-flash", "qwen-max", "qwen-plus"], index=0) - max_round = st.slider("最大轮数", 5, 30, 15) + max_round = st.slider("最大轮数", 5, 300, 15) st.divider()