This commit is contained in:
2026-03-12 15:53:34 +08:00
parent 0b540a8e53
commit 2ee59d8677

View File

@@ -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()