fix: tự động chạy ai
This commit is contained in:
+6
-6
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user