fix: tự động chạy ai

This commit is contained in:
2026-07-10 07:24:34 +07:00
parent c3a69d145b
commit f4322ff815
16 changed files with 529 additions and 164 deletions
+6 -6
View File
@@ -150,12 +150,12 @@ def build_settings_tab():
# Handle updating the existing backend with new details
# If name was changed, it requires updating that as well but the update_backend method modifies existing object's properties in place based on its previous name
result = ConfigAPIManager.update_backend(
old_name,
name=new_name.strip(),
type=btype,
base_url=url,
api_key=key,
model=model,
old_name,
new_name=new_name.strip(),
type=btype,
base_url=url,
api_key=key,
model=model,
timeout=int(timeout)
)